forked from kscience/kmath
Fix typo
This commit is contained in:
parent
66d5df7a51
commit
1c11d25306
@ -8,7 +8,7 @@ import kscience.kmath.structures.Buffer
|
|||||||
* Represents point over EJML [SimpleMatrix].
|
* Represents point over EJML [SimpleMatrix].
|
||||||
*
|
*
|
||||||
* @property origin the underlying [SimpleMatrix].
|
* @property origin the underlying [SimpleMatrix].
|
||||||
* @author Iaroslav Postavalov
|
* @author Iaroslav Postovalov
|
||||||
*/
|
*/
|
||||||
public class EjmlVector internal constructor(public val origin: SimpleMatrix) : Point<Double> {
|
public class EjmlVector internal constructor(public val origin: SimpleMatrix) : Point<Double> {
|
||||||
override val size: Int get() = origin.numRows()
|
override val size: Int get() = origin.numRows()
|
||||||
|
Loading…
Reference in New Issue
Block a user