Click or drag to resize

DoubleSymmetricMatrix Constructor

Overload List
 NameDescription
Public methodDoubleSymmetricMatrix(DoubleMatrix) Constructs a square DoubleSymmetricMatrix instance by extracting the upper triangular part of a square general matrix.
Public methodDoubleSymmetricMatrix(DoubleVector) Constructs a DoubleSymmetricMatrix instance using the data in the given vector.
Public methodDoubleSymmetricMatrix(Int32) Constructs a DoubleSymmetricMatrix instance with the specified size.
Public methodDoubleSymmetricMatrix(DoubleVector, Int32) Constructs a DoubleSymmetricMatrix instance with the specified size, and using the data in the given vector.
Top
See Also