Matrix.CreateSymmetric Method

Overload List

CreateSymmetric<T>(Int32) Constructs a new symmetrical matrix with the specified dimension.
CreateSymmetric<T>(Int32, MatrixTriangle) Constructs a new symmetrical matrix with the specified dimension.
CreateSymmetric<T>(Int32, T[], MatrixTriangle, MatrixElementOrder) Constructs a new symmetrical matrix of the specified dimension using the specified values.
CreateSymmetric<T>(Int32, Array2D<T>, MatrixTriangle, MatrixElementOrder, ArrayMutability) Constructs a new symmetrical matrix of the specified dimension using the specified values.
CreateSymmetric<T>(Int32, T[], MatrixTriangle, MatrixElementOrder, Boolean, ArrayMutability) Constructs a new symmetrical matrix of the specified dimension using the specified values.

See Also