| 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.
|
| FancyPrint |
Convenience class for fancy print designed to make it less verbose
|
| LinearSolverSafe<T extends ReshapeMatrix> |
Ensures that any linear solver it is wrapped around will never modify
the input matrices.
|
| LinearSolverSparseSafe<S extends DMatrixSparse,D extends ReshapeMatrix> |
Ensures that any linear solver it is wrapped around will never modify
the input matrices.
|
| LinearSolverToSparse<D extends Matrix> |
Wrapper which allows a regular linear solver to act like a sparse solver
|
| UtilEjml |
Various functions that are useful but don't have a clear location that they belong in.
|