kmath/scripts/pages.json

1 line
1.1 MiB
JSON
Raw Normal View History

[{"name":"abstract class EjmlLinearSpace<T : Any, out A : Ring<T>, M : Matrix> : LinearSpace<T, A> ","description":"space.kscience.kmath.ejml.EjmlLinearSpace","location":"kmath-ejml/kmath-ejml/space.kscience.kmath.ejml/-ejml-linear-space/index.html","searchKeys":["EjmlLinearSpace","abstract class EjmlLinearSpace<T : Any, out A : Ring<T>, M : Matrix> : LinearSpace<T, A> ","space.kscience.kmath.ejml.EjmlLinearSpace"]},{"name":"abstract class EjmlMatrix<T, out M : Matrix>(origin: M) : Structure2D<T> ","description":"space.kscience.kmath.ejml.EjmlMatrix","location":"kmath-ejml/kmath-ejml/space.kscience.kmath.ejml/-ejml-matrix/index.html","searchKeys":["EjmlMatrix","abstract class EjmlMatrix<T, out M : Matrix>(origin: M) : Structure2D<T> ","space.kscience.kmath.ejml.EjmlMatrix"]},{"name":"abstract class EjmlVector<out T, out M : Matrix>(origin: M) : Buffer<T> ","description":"space.kscience.kmath.ejml.EjmlVector","location":"kmath-ejml/kmath-ejml/space.kscience.kmath.ejml/-ejml-vector/index.html","searchKeys":["EjmlVector","abstract class EjmlVector<out T, out M : Matrix>(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/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/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/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/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>(origin: M) : EjmlMatrix<Double, M> ","description":"space.kscience.kmath.ejml.EjmlDoubleMatrix","location":"kmath-ejml/kmath-ejml/space.kscience.kmath.ejml/-ejml-double-matrix/index.html","searchKeys":["EjmlDoubleMatrix","class EjmlDoubleMatrix<out M : DMatrix>(origin: M) : EjmlMatrix<Double, M> ","space.kscience.kmath.ejml.EjmlDoubleMatrix"]},{"name":"class EjmlDoubleVector<out M : DMatrixD1>(origin: M) : EjmlVector<Double, M> ","description":"space.kscience.kmath.ejml.EjmlDoubleVector","location":"kmath-ejml/kmath-ejml/space.kscience.kmath.ejml/-ejml-double-vector/index.html","searchKeys":["EjmlDoubleVector","class EjmlDoubleVector<out M : DMatrixD1>(origin: M) : EjmlVector<Double, M> ","space.kscience.kmath.ejml.EjmlDoubleVector"]},{"name":"fun <out M : DMatrix> EjmlDoubleMatrix(origin: M)","description":"space.kscience.kmath.ejml.EjmlDoubleMatrix.EjmlDoubleMatrix","location":"kmath-ejml/kmath-ejml/space.kscience.kmath.ejml/-ejml-double-matrix/-ejml-double-matrix.html","searchKeys":["EjmlDoubleMatrix","fun <out M : DMatrix> EjmlDoubleMatrix(origin: M)","space.kscience.kmath.ejml.EjmlDoubleMatrix.EjmlDoubleMatrix"]},{"name":"fun <out M : DMatrixD1> EjmlDoubleVector(origin: M)","description":"space.kscience.kmath.ejml.EjmlDoubleVector.EjmlDoub