The contract fufilled by any real, symmetric matrix.
Namespace:
Meta.Numerics.MatricesAssembly: Meta.Numerics (in Meta.Numerics.dll) Version: 1.5.0.0 (1.5.0.0)
Syntax
| C# | Visual Basic | Visual C++ |
public interface ISymmetricMatrix : ISquareMatrix, IMatrix
Public Interface ISymmetricMatrix _ Implements ISquareMatrix, IMatrix
public interface class ISymmetricMatrix : ISquareMatrix, IMatrix
Members
| All Members | Properties | Methods |
| Member | Description | |
|---|---|---|
| Clone()()() |
Returns a clone of the matrix.
(Inherited from IMatrix.) | |
| ColumnCount |
Gets the number of columns in the matrix.
(Inherited from IMatrix.) | |
| Dimension |
Gets the dimension of the matrix.
(Inherited from ISquareMatrix.) | |
| Item[([(Int32, Int32])]) |
Gets the value of a matrix entry.
(Inherited from IMatrix.) | |
| RowCount |
Gets the number of rows in the matrix.
(Inherited from IMatrix.) | |
| Trace()()() |
Computes the trace of the matrix.
(Inherited from ISquareMatrix.) | |
| Transpose()()() |
Returns a transpose of the matrix.
(Inherited from IMatrix.) |