MatrixCheckSquareMatrix Method |
Check that the matrix is square.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public static void CheckSquareMatrix(
double[,] a
)
Public Shared Sub CheckSquareMatrix (
a As Double(,)
)
public:
static void CheckSquareMatrix(
array<double,2>^ a
)
static member CheckSquareMatrix :
a : float[,] -> unit
Parameters
- a
- Type: SystemDouble
A double matrix.
Exceptions See Also