| Class | Description |
|---|---|
| CodeGeneratorMisc |
Various things related to auto generating code.
|
| EjmlParameters |
This is a list of parameters that are used across the code.
|
| EjmlUnitTests |
Contains various functions related to unit testing matrix operations.
|
| EjmlVersion |
Automatically generated file containing build version information.
|
| LinearSolverSafe<T extends ReshapeMatrix> |
Ensures that any linear solver it is wrapped around will never modify
the input matrices.
|
| UtilEjml |
Various functions that are useful but don't have a clear location that they belong in.
|
| Enum | Description |
|---|---|
| EjmlParameters.MemoryUsage |
| Exception | Description |
|---|---|
| MatrixDimensionException |
If two matrices did not have compatible dimensions for the operation this exception
is thrown.
|