kmath/scripts/pages.json

1 line
1.5 MiB
JSON
Raw Normal View History

[{"name":"abstract class EjmlLinearSpace<T : Any, out A : Ring<T>, out M : Matrix> : LinearSpace<T, A> ","description":"space.kscience.kmath.ejml.EjmlLinearSpace","location":"kmath-ejml/space.kscience.kmath.ejml/-ejml-linear-space/index.html","searchKeys":["EjmlLinearSpace","abstract class EjmlLinearSpace<T : Any, out A : Ring<T>, out M : Matrix> : LinearSpace<T, A> ","space.kscience.kmath.ejml.EjmlLinearSpace"]},{"name":"abstract class EjmlMatrix<out T, out M : Matrix>(val origin: M) : Structure2D<T> ","description":"space.kscience.kmath.ejml.EjmlMatrix","location":"kmath-ejml/space.kscience.kmath.ejml/-ejml-matrix/index.html","searchKeys":["EjmlMatrix","abstract class EjmlMatrix<out T, out M : Matrix>(val origin: M) : Structure2D<T> ","space.kscience.kmath.ejml.EjmlMatrix"]},{"name":"abstract class EjmlVector<out T, out M : Matrix>(val origin: M) : Buffer<T> ","description":"space.kscience.kmath.ejml.EjmlVector","location":"kmath-ejml/space.kscience.kmath.ejml/-ejml-vector/index.html","searchKeys":["EjmlVector","abstract class EjmlVector<out T, out M : Matrix>(val origin: M) : Buffer<T> ","space.kscience.kmath.ejml.EjmlVector"]},{"name":"abstract fun Matrix<T>.toEjml(): EjmlMatrix<T, M>","description":"space.kscience.kmath.ejml.EjmlLinearSpace.toEjml","location":"kmath-ejml/space.kscience.kmath.ejml/-ejml-linear-space/to-ejml.html","searchKeys":["toEjml","abstract fun Matrix<T>.toEjml(): EjmlMatrix<T, M>","space.kscience.kmath.ejml.EjmlLinearSpace.toEjml"]},{"name":"abstract fun Point<T>.toEjml(): EjmlVector<T, M>","description":"space.kscience.kmath.ejml.EjmlLinearSpace.toEjml","location":"kmath-ejml/space.kscience.kmath.ejml/-ejml-linear-space/to-ejml.html","searchKeys":["toEjml","abstract fun Point<T>.toEjml(): EjmlVector<T, M>","space.kscience.kmath.ejml.EjmlLinearSpace.toEjml"]},{"name":"abstract override fun buildMatrix(rows: Int, columns: Int, initializer: A.(i: Int, j: Int) -> T): EjmlMatrix<T, M>","description":"space.kscience.kmath.ejml.EjmlLinearSpace.buildMatrix","location":"kmath-ejml/space.kscience.kmath.ejml/-ejml-linear-space/build-matrix.html","searchKeys":["buildMatrix","abstract override fun buildMatrix(rows: Int, columns: Int, initializer: A.(i: Int, j: Int) -> T): EjmlMatrix<T, M>","space.kscience.kmath.ejml.EjmlLinearSpace.buildMatrix"]},{"name":"abstract override fun buildVector(size: Int, initializer: A.(Int) -> T): EjmlVector<T, M>","description":"space.kscience.kmath.ejml.EjmlLinearSpace.buildVector","location":"kmath-ejml/space.kscience.kmath.ejml/-ejml-linear-space/build-vector.html","searchKeys":["buildVector","abstract override fun buildVector(size: Int, initializer: A.(Int) -> T): EjmlVector<T, M>","space.kscience.kmath.ejml.EjmlLinearSpace.buildVector"]},{"name":"class EjmlDoubleMatrix<out M : DMatrix>(val origin: M) : EjmlMatrix<Double, M> ","description":"space.kscience.kmath.ejml.EjmlDoubleMatrix","location":"kmath-ejml/space.kscience.kmath.ejml/-ejml-double-matrix/index.html","searchKeys":["EjmlDoubleMatrix","class EjmlDoubleMatrix<out M : DMatrix>(val origin: M) : EjmlMatrix<Double, M> ","space.kscience.kmath.ejml.EjmlDoubleMatrix"]},{"name":"class EjmlDoubleVector<out M : DMatrix>(val origin: M) : EjmlVector<Double, M> ","description":"space.kscience.kmath.ejml.EjmlDoubleVector","location":"kmath-ejml/space.kscience.kmath.ejml/-ejml-double-vector/index.html","searchKeys":["EjmlDoubleVector","class EjmlDoubleVector<out M : DMatrix>(val origin: M) : EjmlVector<Double, M> ","space.kscience.kmath.ejml.EjmlDoubleVector"]},{"name":"class EjmlFloatMatrix<out M : FMatrix>(val origin: M) : EjmlMatrix<Float, M> ","description":"space.kscience.kmath.ejml.EjmlFloatMatrix","location":"kmath-ejml/space.kscience.kmath.ejml/-ejml-float-matrix/index.html","searchKeys":["EjmlFloatMatrix","class EjmlFloatMatrix<out M : FMatrix>(val origin: M) : EjmlMatrix<Float, M> ","space.kscience.kmath.ejml.EjmlFloatMatrix"]},{"name":"class EjmlFloatVector<out M : FMatrix>(val origin: M) : EjmlVector<Float, M> ","description":"space.kscience.kmath.ejml.EjmlFloatVector","location":"kmath-ejml/space.kscience.kmath.