api / koma.matrix.common

Package koma.matrix.common

Types

Name Summary
DoubleFactoryBase abstract class DoubleFactoryBase<T :Matrix<Double>> :MatrixFactory<T>
Some functionality to help more easily implement double based koma backends. Feel free to not use if your backend has fast implementations of these functions.
DoubleMatrixBase abstract class DoubleMatrixBase :MatrixBase<Double>
Some functionality to help more easily implement double based koma backends. Feel free to not use if your backend has fast implementations of these functions.
MatrixBase abstract class MatrixBase<T> :Matrix<T>