Minor: fix a typo
This commit is contained in:
parent
f1b319f73d
commit
6d118fc841
@ -80,7 +80,7 @@ public fun <T : Any, R : Ring<T>> GenericMatrixContext<T, R, *>.zero(rows: Int,
|
|||||||
VirtualMatrix(rows, columns) { _, _ -> elementContext.zero }
|
VirtualMatrix(rows, columns) { _, _ -> elementContext.zero }
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Matrices with this feature were transposed previosly and hold the reference to their original.
|
* Matrices with this feature were transposed previously and hold the reference to their original.
|
||||||
*
|
*
|
||||||
* @property original the matrix before transposition.
|
* @property original the matrix before transposition.
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user