Index
All Classes|All Packages|Constant Field Values
M
- mag() - Method in class linalg.complex_number.CNumber
-
Computes the magnitude of a complex number (The numbers distance from the origin in the complex plane).
- main(String[]) - Static method in class linalg.util.FileManager
- main(String[]) - Static method in class Temp
- Matrix - Class in linalg
-
Provides several methods for construction, manipulations, operations, and comparisons of complex or real matrices.
- Matrix() - Constructor for class linalg.Matrix
-
Creates an empty matrix with zero rows and zero columns
- Matrix(double[][]) - Constructor for class linalg.Matrix
-
Creates matrix and copies contents of entries into matrix.
- Matrix(int) - Constructor for class linalg.Matrix
-
Creates a square matrix of specified size, filled with zeros.
- Matrix(int[][]) - Constructor for class linalg.Matrix
-
Creates matrix and copies contents of entries into matrix.
- Matrix(int, int) - Constructor for class linalg.Matrix
-
Creates a matrix with given number of rows and columns filled with zeros
- Matrix(int, int, double) - Constructor for class linalg.Matrix
-
Creates a matrix where all entries are same value.
- Matrix(int, int, CNumber) - Constructor for class linalg.Matrix
-
Creates a matrix where all entries are same value.
- Matrix(int, CNumber) - Constructor for class linalg.Matrix
-
Creates a square matrix of specified size, filled with specified number.
- Matrix(String) - Constructor for class linalg.Matrix
-
Creates a matrix with given shape filled with zeros.
- Matrix(String[][]) - Constructor for class linalg.Matrix
-
Creates matrix and fills it with the contents of entries.
- Matrix(String, double) - Constructor for class linalg.Matrix
-
Creates a matrix with given shape where all entries are same value.
- Matrix(String, CNumber) - Constructor for class linalg.Matrix
-
Creates a matrix with given shape where all entries are same value.
- Matrix(CNumber[][]) - Constructor for class linalg.Matrix
-
Creates matrix and copies contents of entries into matrix.
- Matrix(Matrix) - Constructor for class linalg.Matrix
-
Creates a matrix that is a copy of matrix A.
- MATRIX_0 - Static variable in class linalg.util.ExampleMatrices
-
Matrix contents:
- MATRIX_1 - Static variable in class linalg.util.ExampleMatrices
-
Matrix contents:
- MATRIX_2 - Static variable in class linalg.util.ExampleMatrices
-
Matrix contents:
- MATRIX_3 - Static variable in class linalg.util.ExampleMatrices
-
Matrix contents:
- MATRIX_4 - Static variable in class linalg.util.ExampleMatrices
-
Matrix contents:
- MATRIX_5 - Static variable in class linalg.util.ExampleMatrices
-
Matrix contents:
- MATRIX_6 - Static variable in class linalg.util.ExampleMatrices
-
Matrix contents:
- MATRIX_7 - Static variable in class linalg.util.ExampleMatrices
-
Matrix contents:
- MATRIX_8 - Static variable in class linalg.util.ExampleMatrices
-
Matrix contents:
- max() - Method in class linalg.Vector
-
Finds the maximum value in the matrix.
- max(CNumber...) - Static method in class linalg.complex_number.CNumber
-
Computes value with greatest magnitude amongst all passed values.
- MAX_COLUMNS - Static variable in class linalg.PrintOptions
-
Maximum number of columns to print from a matrix.
- MAX_ROWS - Static variable in class linalg.PrintOptions
-
Maximum number of rows to print from a matrix.
- MAX_VALUE - Static variable in class linalg.complex_number.CNumber
-
A real number holding the largest positive finite value of type double, (2-2^(-52))^21023
- maxComplex() - Method in class linalg.Vector
-
Finds value with maximum magnitude.
- maxReal() - Method in class linalg.Vector
-
Finds the maximum real value in the matrix.
- min() - Method in class linalg.Vector
-
Finds the minimum value in the matrix.
- min(CNumber...) - Static method in class linalg.complex_number.CNumber
-
Computes value with smallest magnitude amongst all passed values.
- MIN_VALUE - Static variable in class linalg.complex_number.CNumber
-
A real number holding the smallest possible double value, 2^(-1074)
- minComplex() - Method in class linalg.Vector
-
Finds value with minimum magnitude.
- minReal() - Method in class linalg.Vector
-
Finds the minimum real value in the matrix.
- mult(Matrix) - Method in class linalg.Vector
-
Performs matrix multiplication on two matrices.
- multiply(CNumber, CNumber) - Static method in class linalg.complex_number.CNumber
-
Performs complex multiplication of two numbers.
- multRow(int, double) - Method in class linalg.Vector
-
Multiplies a specified row by a constant value.
- multRow(int, CNumber) - Method in class linalg.Vector
-
Multiplies a specified row by a constant value.
All Classes|All Packages|Constant Field Values