DenseMatrixTranspose Method |
Creates a new
Matrix which is the transpose of the current matrix.
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public override Matrix Transpose()
Public Overrides Function Transpose As Matrix
public:
virtual Matrix^ Transpose() override
abstract Transpose : unit -> Matrix
override Transpose : unit -> Matrix
Return Value
Type:
MatrixThe new matrix.
See Also