Overload List

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

See Also