This commit is contained in:
Iaroslav 2020-09-21 19:01:36 +07:00
parent 66d5df7a51
commit 1c11d25306
No known key found for this signature in database
GPG Key ID: 46E15E4A31B3BCD7

View File

@ -8,7 +8,7 @@ import kscience.kmath.structures.Buffer
* Represents point over EJML [SimpleMatrix].
*
* @property origin the underlying [SimpleMatrix].
* @author Iaroslav Postavalov
* @author Iaroslav Postovalov
*/
public class EjmlVector internal constructor(public val origin: SimpleMatrix) : Point<Double> {
override val size: Int get() = origin.numRows()