simpleTriplet-objects depending on argument typeinit.simpleTriplet should be used to create objects of class simpleTriplet.
It is possible to create an object from class simpleTriplet from an existing matrix (using type=='simpleTriplet').
A positive (or negative) identity matrix stored as an object of class simpleTriplet can be created by specifying type=='simpleTripletDiag'.
init.simpleTriplet(type, input)# S4 method for character,list
init.simpleTriplet(type, input)
a character vector of length 1 defining what|how to initialize. Allowed types are:
a list depending on argument type.
an object of class simpleTriplet