The linear-algebra.ts file and its corresponding test file were created. The relevant methods of the MultiArray class will be moved to this file as support for multidimensional arrays evolves in the MultiArray class. Some methods moved.
More evolve to support multidimensional arrays in the MultiArray class. MultiArray constructor upgraded to support multidimensional arrays. Constructor overloaded.
The class Tensor has been renamed to MathObject and the file 'tensor.ts' has been renamed to 'math-object.ts'. The file 'math-object.spec.ts' has been created.
The corresponding test file for char-string.ts file has been created.
Unary and binary operations name type defined in complex-decimal.ts for use in generic operations methods of the MultiArray class.