Click or drag to resize

FloatSymmetricMatrix Constructor

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