SquareMatrix#

Module defining interfaces and associated error checking routines for matrices with axes that are square.

Classes

SquareMatrix

An abstract class for square matrices. A "square matrix" is defined as a matrix that has the same axis metadata associated with two or more axes. For example::.

Functions

check_is_SquareMatrix

Check if object is of type SquareMatrix.