check_is_SquareMatrix# pybrops.core.mat.SquareMatrix.check_is_SquareMatrix(v, vname)[source]# Check if object is of type SquareMatrix. Otherwise raise TypeError. Parameters: v (object) – Any Python object to test. vname (str) – Name of variable to print in TypeError message. Return type: None