Calculates the real parts of a given matrix's elements. In this case, since there
are no imaginary parts, this method simply returns the given matrix.
Namespace:
CenterSpace.NMath.MatrixAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public static FloatLowerTriMatrix Real( FloatLowerTriMatrix A ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function Real ( _ A As FloatLowerTriMatrix _ ) As FloatLowerTriMatrix |
| Visual C++ |
|---|
public: static FloatLowerTriMatrix^ Real( FloatLowerTriMatrix^ A ) |
Parameters
- A
- Type: CenterSpace.NMath.Matrix..::.FloatLowerTriMatrix
A matrix.