v0.2.0 #206

Merged
altavir merged 210 commits from dev into master 2021-02-21 16:33:25 +03:00
Showing only changes of commit 6d118fc841 - Show all commits

View File

@ -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.
*/ */