Checks if a tensor has a uniform size (analogous to checking if a matrix is square).
The tensor
const result = Chalkboard.tens.isSizeUniform([[1, 2], [3, 4]]); // Returns true Copy
const result = Chalkboard.tens.isSizeUniform([[1, 2], [3, 4]]); // Returns true
Checks if a tensor has a uniform size (analogous to checking if a matrix is square).