Note: This API is now obsolete.
Constructs a new symmetric matrix
with the specified dimension.
Namespace: Extreme.Mathematics.Generic.LinearAlgebraAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.17114.0)
[ObsoleteAttribute("Use the corresponding Matrix<T>.CreateSymmetric() method instead.")]
public SymmetricMatrix(
int dimension
)
<ObsoleteAttribute("Use the corresponding Matrix<T>.CreateSymmetric() method instead.")>
Public Sub New (
dimension As Integer
)
public:
[ObsoleteAttribute(L"Use the corresponding Matrix<T>.CreateSymmetric() method instead.")]
SymmetricMatrix(
int dimension
)
[<ObsoleteAttribute("Use the corresponding Matrix<T>.CreateSymmetric() method instead.")>]
new :
dimension : int -> SymmetricMatrix
Parameters
- dimension
- Type: SystemInt32
The number of rows and columns
in the new SymmetricMatrixT.
Numerical Libraries
Supported in: 4.x
Obsolete (compiler warning) in 5.x
Reference