Back to home
Version: 0.0.2
Last Updated: Unknown
/** * [[1,2], * [3,4]] */ matrix(2); /** * [[1,2,3], * [4,5,6] * [7,8,9]] */ matrix(3);copy
/** * [[1,2], * [3,4]] */ matrix(2); /** * [[1,2,3], * [4,5,6] * [7,8,9]] */ matrix(3);