kmath/kmath-ejml/scripts/pages.js

2 lines
6.9 KiB
JavaScript
Raw Normal View History

var pages = [{"name":"class EjmlMatrix(origin: SimpleMatrix) : Structure2D<Double> ","description":"space.kscience.kmath.ejml.EjmlMatrix","location":"kmath-ejml/space.kscience.kmath.ejml/-ejml-matrix/index.html","searchKeys":["EjmlMatrix","class EjmlMatrix(origin: SimpleMatrix) : Structure2D<Double> "]},{"name":"fun EjmlMatrix(origin: SimpleMatrix)","description":"space.kscience.kmath.ejml.EjmlMatrix.EjmlMatrix","location":"kmath-ejml/space.kscience.kmath.ejml/-ejml-matrix/-ejml-matrix.html","searchKeys":["EjmlMatrix","fun EjmlMatrix(origin: SimpleMatrix)"]},{"name":"open override val colNum: Int","description":"space.kscience.kmath.ejml.EjmlMatrix.colNum","location":"kmath-ejml/space.kscience.kmath.ejml/-ejml-matrix/col-num.html","searchKeys":["colNum","open override val colNum: Int"]},{"name":"open operator override fun equals(other: Any?): Boolean","description":"space.kscience.kmath.ejml.EjmlMatrix.equals","location":"kmath-ejml/space.kscience.kmath.ejml/-ejml-matrix/equals.html","searchKeys":["equals","open operator override fun equals(other: Any?): Boolean"]},{"name":"open operator override fun get(i: Int, j: Int): Double","description":"space.kscience.kmath.ejml.EjmlMatrix.get","location":"kmath-ejml/space.kscience.kmath.ejml/-ejml-matrix/get.html","searchKeys":["get","open operator override fun get(i: Int, j: Int): Double"]},{"name":"open operator override fun get(index: Int): Double","description":"space.kscience.kmath.ejml.EjmlVector.get","location":"kmath-ejml/space.kscience.kmath.ejml/-ejml-vector/get.html","searchKeys":["get","open operator override fun get(index: Int): Double"]},{"name":"open override fun <T : Any> getFeature(type: KClass<T>): T?","description":"space.kscience.kmath.ejml.EjmlMatrix.getFeature","location":"kmath-ejml/space.kscience.kmath.ejml/-ejml-matrix/get-feature.html","searchKeys":["getFeature","open override fun <T : Any> getFeature(type: KClass<T>): T?"]},{"name":"open override fun hashCode(): Int","description":"space.kscience.kmath.ejml.EjmlMatrix.hashCode","location":"kmath-ejml/space.kscience.kmath.ejml/-ejml-matrix/hash-code.html","searchKeys":["hashCode","open override fun hashCode(): Int"]},{"name":"val origin: SimpleMatrix","description":"space.kscience.kmath.ejml.EjmlMatrix.origin","location":"kmath-ejml/space.kscience.kmath.ejml/-ejml-matrix/origin.html","searchKeys":["origin","val origin: SimpleMatrix"]},{"name":"val origin: SimpleMatrix","description":"space.kscience.kmath.ejml.EjmlVector.origin","location":"kmath-ejml/space.kscience.kmath.ejml/-ejml-vector/origin.html","searchKeys":["origin","val origin: SimpleMatrix"]},{"name":"open override val rowNum: Int","description":"space.kscience.kmath.ejml.EjmlMatrix.rowNum","location":"kmath-ejml/space.kscience.kmath.ejml/-ejml-matrix/row-num.html","searchKeys":["rowNum","open override val rowNum: Int"]},{"name":"object EjmlMatrixContext : MatrixContext<Double, EjmlMatrix> ","description":"space.kscience.kmath.ejml.EjmlMatrixContext","location":"kmath-ejml/space.kscience.kmath.ejml/-ejml-matrix-context/index.html","searchKeys":["EjmlMatrixContext","object EjmlMatrixContext : MatrixContext<Double, EjmlMatrix> "]},{"name":"open override fun add(a: Matrix<Double>, b: Matrix<Double>): EjmlMatrix","description":"space.kscience.kmath.ejml.EjmlMatrixContext.add","location":"kmath-ejml/space.kscience.kmath.ejml/-ejml-matrix-context/add.html","searchKeys":["add","open override fun add(a: Matrix<Double>, b: Matrix<Double>): EjmlMatrix"]},{"name":"open operator override fun Matrix<Double>.minus(b: Matrix<Double>): EjmlMatrix","description":"space.kscience.kmath.ejml.EjmlMatrixContext.minus","location":"kmath-ejml/space.kscience.kmath.ejml/-ejml-matrix-context/minus.html","searchKeys":["minus","open operator override fun Matrix<Double>.minus(b: Matrix<Double>): EjmlMatrix"]},{"name":"open override fun multiply(a: Matrix<Double>, k: Number): EjmlMatrix","description":"space.kscience.kmath.ejml.EjmlMatrixContext.multiply","location":"kmath-ejml/space.kscience.kmath.ejml/-ejml-matrix-context/multiply.html","searchKeys":["multiply","open over