diff --git a/CHANGES b/CHANGES index 14a7459..363a783 100644 --- a/CHANGES +++ b/CHANGES @@ -3,6 +3,14 @@ viktor Changelog Here you can see the full list of changes between each viktor release. +Version 0.3.5 +------------- + +Bugfix release, released on September 21st 2016 + +- Fixed yet another bug, but this time in `StridedMatrix3.toString`. + Like they say, copy-paste is never a good thing. + Version 0.3.4 ------------- diff --git a/README.md b/README.md index 7c47c4a..172545c 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ repositories { } dependencies { - compile 'org.jetbrains.bio:viktor:0.3.4' + compile 'org.jetbrains.bio:viktor:0.3.5' } ``` diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix2/-t.md b/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix2/-t.md deleted file mode 100644 index f3b0286..0000000 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix2/-t.md +++ /dev/null @@ -1,8 +0,0 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedMatrix2](index.md) / [T](.) - -# T - -`val T: `[`StridedMatrix2`](index.md) [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix2.kt#L105) - -An alias for [transpose](transpose.md). - diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix2/column-stride.md b/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix2/column-stride.md deleted file mode 100644 index 3cbe8b2..0000000 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix2/column-stride.md +++ /dev/null @@ -1,5 +0,0 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedMatrix2](index.md) / [columnStride](.) - -# columnStride - -`val columnStride: Int` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix2.kt#L16) \ No newline at end of file diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix2/columns-number.md b/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix2/columns-number.md deleted file mode 100644 index 99e7269..0000000 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix2/columns-number.md +++ /dev/null @@ -1,5 +0,0 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedMatrix2](index.md) / [columnsNumber](.) - -# columnsNumber - -`val columnsNumber: Int` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix2.kt#L13) \ No newline at end of file diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix2/data.md b/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix2/data.md deleted file mode 100644 index c4b62c7..0000000 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix2/data.md +++ /dev/null @@ -1,5 +0,0 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedMatrix2](index.md) / [data](.) - -# data - -`val data: DoubleArray` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix2.kt#L14) \ No newline at end of file diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix2/equals.md b/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix2/equals.md deleted file mode 100644 index 03199a7..0000000 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix2/equals.md +++ /dev/null @@ -1,5 +0,0 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedMatrix2](index.md) / [equals](.) - -# equals - -`fun equals(other: Any?): Boolean` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix2.kt#L187) \ No newline at end of file diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix2/hash-code.md b/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix2/hash-code.md deleted file mode 100644 index 22df780..0000000 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix2/hash-code.md +++ /dev/null @@ -1,5 +0,0 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedMatrix2](index.md) / [hashCode](.) - -# hashCode - -`fun hashCode(): Int` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix2.kt#L207) \ No newline at end of file diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix2/offset.md b/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix2/offset.md deleted file mode 100644 index 1063873..0000000 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix2/offset.md +++ /dev/null @@ -1,5 +0,0 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedMatrix2](index.md) / [offset](.) - -# offset - -`val offset: Int` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix2.kt#L14) \ No newline at end of file diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix2/row-stride.md b/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix2/row-stride.md deleted file mode 100644 index 3f0a90c..0000000 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix2/row-stride.md +++ /dev/null @@ -1,5 +0,0 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedMatrix2](index.md) / [rowStride](.) - -# rowStride - -`val rowStride: Int` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix2.kt#L15) \ No newline at end of file diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix2/rows-number.md b/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix2/rows-number.md deleted file mode 100644 index 4f4841b..0000000 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix2/rows-number.md +++ /dev/null @@ -1,5 +0,0 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedMatrix2](index.md) / [rowsNumber](.) - -# rowsNumber - -`val rowsNumber: Int` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix2.kt#L13) \ No newline at end of file diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix2/set.md b/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix2/set.md deleted file mode 100644 index 8e6720a..0000000 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix2/set.md +++ /dev/null @@ -1,9 +0,0 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedMatrix2](index.md) / [set](.) - -# set - -`operator fun set(r: Int, c: Int, value: Double): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix2.kt#L46) -`operator fun set(r: Int, other: `[`StridedVector`](../-strided-vector/index.md)`): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix2.kt#L89) -`operator fun set(r: Int, init: Double): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix2.kt#L91) -`operator fun set(any: `[`_I`](../_-i.md)`, c: Int, other: `[`StridedVector`](../-strided-vector/index.md)`): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix2.kt#L100) -`operator fun set(any: `[`_I`](../_-i.md)`, c: Int, init: Double): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix2.kt#L102) \ No newline at end of file diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix2/to-array.md b/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix2/to-array.md deleted file mode 100644 index 6bb1945..0000000 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix2/to-array.md +++ /dev/null @@ -1,5 +0,0 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedMatrix2](index.md) / [toArray](.) - -# toArray - -`fun toArray(): Array` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix2.kt#L153) \ No newline at end of file diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix2/to-string.md b/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix2/to-string.md deleted file mode 100644 index 892fda9..0000000 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix2/to-string.md +++ /dev/null @@ -1,5 +0,0 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedMatrix2](index.md) / [toString](.) - -# toString - -`fun toString(): String` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix2.kt#L185) \ No newline at end of file diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix2/transpose.md b/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix2/transpose.md deleted file mode 100644 index f3513a8..0000000 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix2/transpose.md +++ /dev/null @@ -1,8 +0,0 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedMatrix2](index.md) / [transpose](.) - -# transpose - -`fun transpose(): `[`StridedMatrix2`](index.md) [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix2.kt#L108) - -Constructs matrix transpose in O(1) time. - diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix3/column-stride.md b/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix3/column-stride.md deleted file mode 100644 index 4bbefe2..0000000 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix3/column-stride.md +++ /dev/null @@ -1,5 +0,0 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedMatrix3](index.md) / [columnStride](.) - -# columnStride - -`val columnStride: Int` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix3.kt#L12) \ No newline at end of file diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix3/columns-number.md b/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix3/columns-number.md deleted file mode 100644 index eda06ad..0000000 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix3/columns-number.md +++ /dev/null @@ -1,5 +0,0 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedMatrix3](index.md) / [columnsNumber](.) - -# columnsNumber - -`val columnsNumber: Int` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix3.kt#L10) \ No newline at end of file diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix3/copy-to.md b/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix3/copy-to.md deleted file mode 100644 index d1c9ba0..0000000 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix3/copy-to.md +++ /dev/null @@ -1,5 +0,0 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedMatrix3](index.md) / [copyTo](.) - -# copyTo - -`fun copyTo(other: `[`StridedMatrix3`](index.md)`): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix3.kt#L71) \ No newline at end of file diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix3/data.md b/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix3/data.md deleted file mode 100644 index 8bc26ce..0000000 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix3/data.md +++ /dev/null @@ -1,5 +0,0 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedMatrix3](index.md) / [data](.) - -# data - -`val data: DoubleArray` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix3.kt#L11) \ No newline at end of file diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix3/depth-stride.md b/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix3/depth-stride.md deleted file mode 100644 index 27f1030..0000000 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix3/depth-stride.md +++ /dev/null @@ -1,5 +0,0 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedMatrix3](index.md) / [depthStride](.) - -# depthStride - -`val depthStride: Int` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix3.kt#L12) \ No newline at end of file diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix3/depth.md b/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix3/depth.md deleted file mode 100644 index c9e144a..0000000 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix3/depth.md +++ /dev/null @@ -1,5 +0,0 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedMatrix3](index.md) / [depth](.) - -# depth - -`val depth: Int` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix3.kt#L10) \ No newline at end of file diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix3/equals.md b/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix3/equals.md deleted file mode 100644 index 82755f6..0000000 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix3/equals.md +++ /dev/null @@ -1,5 +0,0 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedMatrix3](index.md) / [equals](.) - -# equals - -`fun equals(other: Any?): Boolean` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix3.kt#L144) \ No newline at end of file diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix3/hash-code.md b/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix3/hash-code.md deleted file mode 100644 index 7ef9fd2..0000000 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix3/hash-code.md +++ /dev/null @@ -1,5 +0,0 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedMatrix3](index.md) / [hashCode](.) - -# hashCode - -`fun hashCode(): Int` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix3.kt#L165) \ No newline at end of file diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix3/offset.md b/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix3/offset.md deleted file mode 100644 index 159e753..0000000 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix3/offset.md +++ /dev/null @@ -1,5 +0,0 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedMatrix3](index.md) / [offset](.) - -# offset - -`val offset: Int` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix3.kt#L11) \ No newline at end of file diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix3/row-stride.md b/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix3/row-stride.md deleted file mode 100644 index fd5a630..0000000 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix3/row-stride.md +++ /dev/null @@ -1,5 +0,0 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedMatrix3](index.md) / [rowStride](.) - -# rowStride - -`val rowStride: Int` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix3.kt#L12) \ No newline at end of file diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix3/rows-number.md b/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix3/rows-number.md deleted file mode 100644 index f892336..0000000 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix3/rows-number.md +++ /dev/null @@ -1,5 +0,0 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedMatrix3](index.md) / [rowsNumber](.) - -# rowsNumber - -`val rowsNumber: Int` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix3.kt#L10) \ No newline at end of file diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix3/set.md b/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix3/set.md deleted file mode 100644 index 4083091..0000000 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix3/set.md +++ /dev/null @@ -1,9 +0,0 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedMatrix3](index.md) / [set](.) - -# set - -`operator fun set(d: Int, r: Int, c: Int, value: Double): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix3.kt#L48) -`operator fun set(d: Int, other: `[`StridedMatrix2`](../-strided-matrix2/index.md)`): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix3.kt#L88) -`operator fun set(d: Int, other: Double): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix3.kt#L90) -`operator fun set(d: Int, r: Int, other: Double): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix3.kt#L104) -`operator fun set(d: Int, r: Int, other: `[`StridedVector`](../-strided-vector/index.md)`): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix3.kt#L106) \ No newline at end of file diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix3/to-array.md b/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix3/to-array.md deleted file mode 100644 index cff9197..0000000 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix3/to-array.md +++ /dev/null @@ -1,5 +0,0 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedMatrix3](index.md) / [toArray](.) - -# toArray - -`fun toArray(): Array>` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix3.kt#L108) \ No newline at end of file diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix3/to-string.md b/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix3/to-string.md deleted file mode 100644 index e06ba05..0000000 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix3/to-string.md +++ /dev/null @@ -1,5 +0,0 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedMatrix3](index.md) / [toString](.) - -# toString - -`fun toString(): String` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix3.kt#L142) \ No newline at end of file diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/to-string.md b/docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/to-string.md deleted file mode 100644 index d75ec7c..0000000 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/to-string.md +++ /dev/null @@ -1,5 +0,0 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedVector](index.md) / [toString](.) - -# toString - -`open fun toString(): String` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L482) \ No newline at end of file diff --git a/docs/0.3.4/alltypes/index.md b/docs/0.3.5/alltypes/index.md similarity index 100% rename from docs/0.3.4/alltypes/index.md rename to docs/0.3.5/alltypes/index.md diff --git a/docs/0.3.4/index.md b/docs/0.3.5/index.md similarity index 93% rename from docs/0.3.4/index.md rename to docs/0.3.5/index.md index d34f381..299f0d3 100644 --- a/docs/0.3.4/index.md +++ b/docs/0.3.5/index.md @@ -1,4 +1,4 @@ -[0.3.4](.) +[0.3.5](.) ### Packages diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-dense-vector/-d-e-n-s-e_-s-p-l-i-t_-s-i-z-e.md b/docs/0.3.5/org.jetbrains.bio.viktor/-dense-vector/-d-e-n-s-e_-s-p-l-i-t_-s-i-z-e.md similarity index 65% rename from docs/0.3.4/org.jetbrains.bio.viktor/-dense-vector/-d-e-n-s-e_-s-p-l-i-t_-s-i-z-e.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-dense-vector/-d-e-n-s-e_-s-p-l-i-t_-s-i-z-e.md index c638317..0b5c57b 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-dense-vector/-d-e-n-s-e_-s-p-l-i-t_-s-i-z-e.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-dense-vector/-d-e-n-s-e_-s-p-l-i-t_-s-i-z-e.md @@ -1,8 +1,8 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [DenseVector](index.md) / [DENSE_SPLIT_SIZE](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [DenseVector](index.md) / [DENSE_SPLIT_SIZE](.) # DENSE_SPLIT_SIZE -`const val DENSE_SPLIT_SIZE: Int` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/DenseVector.kt#L32) +`const val DENSE_SPLIT_SIZE: Int` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/DenseVector.kt#L32) We only use SIMD operations on vectors larger than the split boundary. diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-dense-vector/-init-.md b/docs/0.3.5/org.jetbrains.bio.viktor/-dense-vector/-init-.md similarity index 76% rename from docs/0.3.4/org.jetbrains.bio.viktor/-dense-vector/-init-.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-dense-vector/-init-.md index e031c35..21c4a12 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-dense-vector/-init-.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-dense-vector/-init-.md @@ -1,4 +1,4 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [DenseVector](index.md) / [<init>](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [DenseVector](index.md) / [<init>](.) # <init> diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-dense-vector/copy-to.md b/docs/0.3.5/org.jetbrains.bio.viktor/-dense-vector/copy-to.md similarity index 77% rename from docs/0.3.4/org.jetbrains.bio.viktor/-dense-vector/copy-to.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-dense-vector/copy-to.md index 15ab0c8..1366123 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-dense-vector/copy-to.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-dense-vector/copy-to.md @@ -1,8 +1,8 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [DenseVector](index.md) / [copyTo](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [DenseVector](index.md) / [copyTo](.) # copyTo -`open fun copyTo(other: `[`StridedVector`](../-strided-vector/index.md)`): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/DenseVector.kt#L17) +`open fun copyTo(other: `[`StridedVector`](../-strided-vector/index.md)`): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/DenseVector.kt#L17) Overrides [StridedVector.copyTo](../-strided-vector/copy-to.md) diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-dense-vector/fill.md b/docs/0.3.5/org.jetbrains.bio.viktor/-dense-vector/fill.md similarity index 62% rename from docs/0.3.4/org.jetbrains.bio.viktor/-dense-vector/fill.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-dense-vector/fill.md index b0e692a..d4013e6 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-dense-vector/fill.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-dense-vector/fill.md @@ -1,8 +1,8 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [DenseVector](index.md) / [fill](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [DenseVector](index.md) / [fill](.) # fill -`open fun fill(init: Double): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/DenseVector.kt#L13) +`open fun fill(init: Double): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/DenseVector.kt#L13) Overrides [StridedVector.fill](../-strided-vector/fill.md) diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-dense-vector/index.md b/docs/0.3.5/org.jetbrains.bio.viktor/-dense-vector/index.md similarity index 96% rename from docs/0.3.4/org.jetbrains.bio.viktor/-dense-vector/index.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-dense-vector/index.md index 55a2c17..f38f498 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-dense-vector/index.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-dense-vector/index.md @@ -1,8 +1,8 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [DenseVector](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [DenseVector](.) # DenseVector -`open class DenseVector : `[`StridedVector`](../-strided-vector/index.md) [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/DenseVector.kt#L9) +`open class DenseVector : `[`StridedVector`](../-strided-vector/index.md) [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/DenseVector.kt#L9) A contiguous strided vector. @@ -82,7 +82,7 @@ Sergei Lebedev | [sum](../-strided-vector/sum.md) | `open fun sum(): Double`
Returns the sum of the elements using balanced summation. | | [times](../-strided-vector/times.md) | `operator fun times(other: `[`StridedVector`](../-strided-vector/index.md)`): `
`operator fun times(update: Double): ` | | [timesAssign](../-strided-vector/times-assign.md) | `open operator fun timesAssign(other: `[`StridedVector`](../-strided-vector/index.md)`): Unit`
`open operator fun timesAssign(update: Double): Unit` | -| [toString](../-strided-vector/to-string.md) | `open fun toString(): String` | +| [toString](../-strided-vector/to-string.md) | `fun toString(maxDisplay: Int, format: `[`DecimalFormat`](http://docs.oracle.com/javase/6/docs/api/java/text/DecimalFormat.html)` = DecimalFormat("#.####")): String`
`open fun toString(): String` | | [transpose](../-strided-vector/transpose.md) | `fun transpose(): `[`StridedMatrix2`](../-strided-matrix2/index.md)
Constructs a column-vector view of this vector in O(1) time. | | [unaryMinus](../-strided-vector/unary-minus.md) | `open operator fun unaryMinus(): `[`StridedVector`](../-strided-vector/index.md) | | [unaryPlus](../-strided-vector/unary-plus.md) | `operator fun unaryPlus(): `[`StridedVector`](../-strided-vector/index.md) | diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-dense-vector/to-array.md b/docs/0.3.5/org.jetbrains.bio.viktor/-dense-vector/to-array.md similarity index 63% rename from docs/0.3.4/org.jetbrains.bio.viktor/-dense-vector/to-array.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-dense-vector/to-array.md index dad4968..00603b6 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-dense-vector/to-array.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-dense-vector/to-array.md @@ -1,8 +1,8 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [DenseVector](index.md) / [toArray](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [DenseVector](index.md) / [toArray](.) # toArray -`open fun toArray(): ` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/DenseVector.kt#L26) +`open fun toArray(): ` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/DenseVector.kt#L26) Overrides [StridedVector.toArray](../-strided-vector/to-array.md) diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-dense-vector/unsafe-index.md b/docs/0.3.5/org.jetbrains.bio.viktor/-dense-vector/unsafe-index.md similarity index 66% rename from docs/0.3.4/org.jetbrains.bio.viktor/-dense-vector/unsafe-index.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-dense-vector/unsafe-index.md index 1f129dd..e15f6f2 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-dense-vector/unsafe-index.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-dense-vector/unsafe-index.md @@ -1,8 +1,8 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [DenseVector](index.md) / [unsafeIndex](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [DenseVector](index.md) / [unsafeIndex](.) # unsafeIndex -`protected open fun unsafeIndex(pos: Int): Int` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/DenseVector.kt#L11) +`protected open fun unsafeIndex(pos: Int): Int` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/DenseVector.kt#L11) Overrides [StridedVector.unsafeIndex](../-strided-vector/unsafe-index.md) diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-flat-matrix-ops/arg-max.md b/docs/0.3.5/org.jetbrains.bio.viktor/-flat-matrix-ops/arg-max.md similarity index 53% rename from docs/0.3.4/org.jetbrains.bio.viktor/-flat-matrix-ops/arg-max.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-flat-matrix-ops/arg-max.md index 993639d..22ca717 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-flat-matrix-ops/arg-max.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-flat-matrix-ops/arg-max.md @@ -1,5 +1,5 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [FlatMatrixOps](index.md) / [argMax](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [FlatMatrixOps](index.md) / [argMax](.) # argMax -`open fun argMax(): Int` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix.kt#L88) \ No newline at end of file +`open fun argMax(): Int` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix.kt#L88) \ No newline at end of file diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-flat-matrix-ops/arg-min.md b/docs/0.3.5/org.jetbrains.bio.viktor/-flat-matrix-ops/arg-min.md similarity index 53% rename from docs/0.3.4/org.jetbrains.bio.viktor/-flat-matrix-ops/arg-min.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-flat-matrix-ops/arg-min.md index 60e7bc3..63e1ff9 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-flat-matrix-ops/arg-min.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-flat-matrix-ops/arg-min.md @@ -1,5 +1,5 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [FlatMatrixOps](index.md) / [argMin](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [FlatMatrixOps](index.md) / [argMin](.) # argMin -`open fun argMin(): Int` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix.kt#L92) \ No newline at end of file +`open fun argMin(): Int` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix.kt#L92) \ No newline at end of file diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-flat-matrix-ops/check-dimensions.md b/docs/0.3.5/org.jetbrains.bio.viktor/-flat-matrix-ops/check-dimensions.md similarity index 66% rename from docs/0.3.4/org.jetbrains.bio.viktor/-flat-matrix-ops/check-dimensions.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-flat-matrix-ops/check-dimensions.md index 63756f0..990ac0b 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-flat-matrix-ops/check-dimensions.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-flat-matrix-ops/check-dimensions.md @@ -1,8 +1,8 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [FlatMatrixOps](index.md) / [checkDimensions](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [FlatMatrixOps](index.md) / [checkDimensions](.) # checkDimensions -`abstract fun checkDimensions(other: T): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix.kt#L78) +`abstract fun checkDimensions(other: T): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix.kt#L78) Ensures a given matrix has the same dimensions as this matrix. diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-flat-matrix-ops/copy.md b/docs/0.3.5/org.jetbrains.bio.viktor/-flat-matrix-ops/copy.md similarity index 58% rename from docs/0.3.4/org.jetbrains.bio.viktor/-flat-matrix-ops/copy.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-flat-matrix-ops/copy.md index 0165922..6afa25e 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-flat-matrix-ops/copy.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-flat-matrix-ops/copy.md @@ -1,8 +1,8 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [FlatMatrixOps](index.md) / [copy](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [FlatMatrixOps](index.md) / [copy](.) # copy -`abstract fun copy(): T` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix.kt#L75) +`abstract fun copy(): T` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix.kt#L75) Returns the copy of this matrix. diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-flat-matrix-ops/div-assign.md b/docs/0.3.5/org.jetbrains.bio.viktor/-flat-matrix-ops/div-assign.md similarity index 60% rename from docs/0.3.4/org.jetbrains.bio.viktor/-flat-matrix-ops/div-assign.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-flat-matrix-ops/div-assign.md index 95823e8..4a71499 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-flat-matrix-ops/div-assign.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-flat-matrix-ops/div-assign.md @@ -1,6 +1,6 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [FlatMatrixOps](index.md) / [divAssign](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [FlatMatrixOps](index.md) / [divAssign](.) # divAssign -`open operator fun divAssign(other: T): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix.kt#L172) -`open operator fun divAssign(update: Double): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix.kt#L179) \ No newline at end of file +`open operator fun divAssign(other: T): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix.kt#L172) +`open operator fun divAssign(update: Double): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix.kt#L179) \ No newline at end of file diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-flat-matrix-ops/div.md b/docs/0.3.5/org.jetbrains.bio.viktor/-flat-matrix-ops/div.md similarity index 59% rename from docs/0.3.4/org.jetbrains.bio.viktor/-flat-matrix-ops/div.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-flat-matrix-ops/div.md index ebed1fa..3f75916 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-flat-matrix-ops/div.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-flat-matrix-ops/div.md @@ -1,6 +1,6 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [FlatMatrixOps](index.md) / [div](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [FlatMatrixOps](index.md) / [div](.) # div -`open operator fun div(other: T): ` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix.kt#L170) -`open operator fun div(update: Double): ` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix.kt#L177) \ No newline at end of file +`open operator fun div(other: T): ` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix.kt#L170) +`open operator fun div(update: Double): ` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix.kt#L177) \ No newline at end of file diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-flat-matrix-ops/exp-in-place.md b/docs/0.3.5/org.jetbrains.bio.viktor/-flat-matrix-ops/exp-in-place.md similarity index 55% rename from docs/0.3.4/org.jetbrains.bio.viktor/-flat-matrix-ops/exp-in-place.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-flat-matrix-ops/exp-in-place.md index 279e676..5421bd5 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-flat-matrix-ops/exp-in-place.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-flat-matrix-ops/exp-in-place.md @@ -1,5 +1,5 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [FlatMatrixOps](index.md) / [expInPlace](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [FlatMatrixOps](index.md) / [expInPlace](.) # expInPlace -`open fun expInPlace(): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix.kt#L98) \ No newline at end of file +`open fun expInPlace(): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix.kt#L98) \ No newline at end of file diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-flat-matrix-ops/exp.md b/docs/0.3.5/org.jetbrains.bio.viktor/-flat-matrix-ops/exp.md similarity index 53% rename from docs/0.3.4/org.jetbrains.bio.viktor/-flat-matrix-ops/exp.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-flat-matrix-ops/exp.md index 166f7b8..99ec022 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-flat-matrix-ops/exp.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-flat-matrix-ops/exp.md @@ -1,5 +1,5 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [FlatMatrixOps](index.md) / [exp](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [FlatMatrixOps](index.md) / [exp](.) # exp -`open fun exp(): ` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix.kt#L100) \ No newline at end of file +`open fun exp(): ` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix.kt#L100) \ No newline at end of file diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-flat-matrix-ops/expm1-in-place.md b/docs/0.3.5/org.jetbrains.bio.viktor/-flat-matrix-ops/expm1-in-place.md similarity index 56% rename from docs/0.3.4/org.jetbrains.bio.viktor/-flat-matrix-ops/expm1-in-place.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-flat-matrix-ops/expm1-in-place.md index e3eed2d..e5f684e 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-flat-matrix-ops/expm1-in-place.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-flat-matrix-ops/expm1-in-place.md @@ -1,5 +1,5 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [FlatMatrixOps](index.md) / [expm1InPlace](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [FlatMatrixOps](index.md) / [expm1InPlace](.) # expm1InPlace -`open fun expm1InPlace(): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix.kt#L102) \ No newline at end of file +`open fun expm1InPlace(): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix.kt#L102) \ No newline at end of file diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-flat-matrix-ops/expm1.md b/docs/0.3.5/org.jetbrains.bio.viktor/-flat-matrix-ops/expm1.md similarity index 54% rename from docs/0.3.4/org.jetbrains.bio.viktor/-flat-matrix-ops/expm1.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-flat-matrix-ops/expm1.md index de532ac..c5e8be8 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-flat-matrix-ops/expm1.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-flat-matrix-ops/expm1.md @@ -1,5 +1,5 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [FlatMatrixOps](index.md) / [expm1](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [FlatMatrixOps](index.md) / [expm1](.) # expm1 -`open fun expm1(): ` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix.kt#L104) \ No newline at end of file +`open fun expm1(): ` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix.kt#L104) \ No newline at end of file diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-flat-matrix-ops/fill.md b/docs/0.3.5/org.jetbrains.bio.viktor/-flat-matrix-ops/fill.md similarity index 54% rename from docs/0.3.4/org.jetbrains.bio.viktor/-flat-matrix-ops/fill.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-flat-matrix-ops/fill.md index c2daa1b..90e846b 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-flat-matrix-ops/fill.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-flat-matrix-ops/fill.md @@ -1,5 +1,5 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [FlatMatrixOps](index.md) / [fill](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [FlatMatrixOps](index.md) / [fill](.) # fill -`open fun fill(init: Double): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix.kt#L80) \ No newline at end of file +`open fun fill(init: Double): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix.kt#L80) \ No newline at end of file diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-flat-matrix-ops/flatten.md b/docs/0.3.5/org.jetbrains.bio.viktor/-flat-matrix-ops/flatten.md similarity index 69% rename from docs/0.3.4/org.jetbrains.bio.viktor/-flat-matrix-ops/flatten.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-flat-matrix-ops/flatten.md index ca90784..dff5fa8 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-flat-matrix-ops/flatten.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-flat-matrix-ops/flatten.md @@ -1,8 +1,8 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [FlatMatrixOps](index.md) / [flatten](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [FlatMatrixOps](index.md) / [flatten](.) # flatten -`abstract fun flatten(): `[`StridedVector`](../-strided-vector/index.md) [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix.kt#L72) +`abstract fun flatten(): `[`StridedVector`](../-strided-vector/index.md) [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix.kt#L72) Returns a flat view of this matrix. diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-flat-matrix-ops/index.md b/docs/0.3.5/org.jetbrains.bio.viktor/-flat-matrix-ops/index.md similarity index 96% rename from docs/0.3.4/org.jetbrains.bio.viktor/-flat-matrix-ops/index.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-flat-matrix-ops/index.md index bfffe40..4ecaec6 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-flat-matrix-ops/index.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-flat-matrix-ops/index.md @@ -1,8 +1,8 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [FlatMatrixOps](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [FlatMatrixOps](.) # FlatMatrixOps -`interface FlatMatrixOps>` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix.kt#L66) +`interface FlatMatrixOps>` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix.kt#L66) A common interface for whole-matrix operations. diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-flat-matrix-ops/log-add-exp.md b/docs/0.3.5/org.jetbrains.bio.viktor/-flat-matrix-ops/log-add-exp.md similarity index 59% rename from docs/0.3.4/org.jetbrains.bio.viktor/-flat-matrix-ops/log-add-exp.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-flat-matrix-ops/log-add-exp.md index 563b983..96c7e9f 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-flat-matrix-ops/log-add-exp.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-flat-matrix-ops/log-add-exp.md @@ -1,6 +1,6 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [FlatMatrixOps](index.md) / [logAddExp](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [FlatMatrixOps](index.md) / [logAddExp](.) # logAddExp -`open infix fun logAddExp(other: T): T` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix.kt#L114) -`open fun logAddExp(other: T, dst: T): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix.kt#L116) \ No newline at end of file +`open infix fun logAddExp(other: T): T` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix.kt#L114) +`open fun logAddExp(other: T, dst: T): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix.kt#L116) \ No newline at end of file diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-flat-matrix-ops/log-in-place.md b/docs/0.3.5/org.jetbrains.bio.viktor/-flat-matrix-ops/log-in-place.md similarity index 55% rename from docs/0.3.4/org.jetbrains.bio.viktor/-flat-matrix-ops/log-in-place.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-flat-matrix-ops/log-in-place.md index e890dcb..60b3abf 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-flat-matrix-ops/log-in-place.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-flat-matrix-ops/log-in-place.md @@ -1,5 +1,5 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [FlatMatrixOps](index.md) / [logInPlace](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [FlatMatrixOps](index.md) / [logInPlace](.) # logInPlace -`open fun logInPlace(): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix.kt#L106) \ No newline at end of file +`open fun logInPlace(): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix.kt#L106) \ No newline at end of file diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-flat-matrix-ops/log-rescale.md b/docs/0.3.5/org.jetbrains.bio.viktor/-flat-matrix-ops/log-rescale.md similarity index 55% rename from docs/0.3.4/org.jetbrains.bio.viktor/-flat-matrix-ops/log-rescale.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-flat-matrix-ops/log-rescale.md index 5887ab2..bc76c2a 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-flat-matrix-ops/log-rescale.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-flat-matrix-ops/log-rescale.md @@ -1,5 +1,5 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [FlatMatrixOps](index.md) / [logRescale](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [FlatMatrixOps](index.md) / [logRescale](.) # logRescale -`open fun logRescale(): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix.kt#L96) \ No newline at end of file +`open fun logRescale(): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix.kt#L96) \ No newline at end of file diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-flat-matrix-ops/log-sum-exp.md b/docs/0.3.5/org.jetbrains.bio.viktor/-flat-matrix-ops/log-sum-exp.md similarity index 55% rename from docs/0.3.4/org.jetbrains.bio.viktor/-flat-matrix-ops/log-sum-exp.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-flat-matrix-ops/log-sum-exp.md index 3681f20..a8bb964 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-flat-matrix-ops/log-sum-exp.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-flat-matrix-ops/log-sum-exp.md @@ -1,5 +1,5 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [FlatMatrixOps](index.md) / [logSumExp](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [FlatMatrixOps](index.md) / [logSumExp](.) # logSumExp -`open fun logSumExp(): Double` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix.kt#L94) \ No newline at end of file +`open fun logSumExp(): Double` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix.kt#L94) \ No newline at end of file diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-flat-matrix-ops/log.md b/docs/0.3.5/org.jetbrains.bio.viktor/-flat-matrix-ops/log.md similarity index 53% rename from docs/0.3.4/org.jetbrains.bio.viktor/-flat-matrix-ops/log.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-flat-matrix-ops/log.md index 06035b2..cb5eafe 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-flat-matrix-ops/log.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-flat-matrix-ops/log.md @@ -1,5 +1,5 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [FlatMatrixOps](index.md) / [log](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [FlatMatrixOps](index.md) / [log](.) # log -`open fun log(): ` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix.kt#L108) \ No newline at end of file +`open fun log(): ` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix.kt#L108) \ No newline at end of file diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-flat-matrix-ops/log1p-in-place.md b/docs/0.3.5/org.jetbrains.bio.viktor/-flat-matrix-ops/log1p-in-place.md similarity index 56% rename from docs/0.3.4/org.jetbrains.bio.viktor/-flat-matrix-ops/log1p-in-place.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-flat-matrix-ops/log1p-in-place.md index 9d3006c..8b77882 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-flat-matrix-ops/log1p-in-place.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-flat-matrix-ops/log1p-in-place.md @@ -1,5 +1,5 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [FlatMatrixOps](index.md) / [log1pInPlace](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [FlatMatrixOps](index.md) / [log1pInPlace](.) # log1pInPlace -`open fun log1pInPlace(): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix.kt#L110) \ No newline at end of file +`open fun log1pInPlace(): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix.kt#L110) \ No newline at end of file diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-flat-matrix-ops/log1p.md b/docs/0.3.5/org.jetbrains.bio.viktor/-flat-matrix-ops/log1p.md similarity index 54% rename from docs/0.3.4/org.jetbrains.bio.viktor/-flat-matrix-ops/log1p.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-flat-matrix-ops/log1p.md index b0a8cdf..a348415 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-flat-matrix-ops/log1p.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-flat-matrix-ops/log1p.md @@ -1,5 +1,5 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [FlatMatrixOps](index.md) / [log1p](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [FlatMatrixOps](index.md) / [log1p](.) # log1p -`open fun log1p(): ` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix.kt#L112) \ No newline at end of file +`open fun log1p(): ` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix.kt#L112) \ No newline at end of file diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-flat-matrix-ops/max.md b/docs/0.3.5/org.jetbrains.bio.viktor/-flat-matrix-ops/max.md similarity index 52% rename from docs/0.3.4/org.jetbrains.bio.viktor/-flat-matrix-ops/max.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-flat-matrix-ops/max.md index aa1adc3..a80d879 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-flat-matrix-ops/max.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-flat-matrix-ops/max.md @@ -1,5 +1,5 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [FlatMatrixOps](index.md) / [max](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [FlatMatrixOps](index.md) / [max](.) # max -`open fun max(): Double` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix.kt#L86) \ No newline at end of file +`open fun max(): Double` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix.kt#L86) \ No newline at end of file diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-flat-matrix-ops/mean.md b/docs/0.3.5/org.jetbrains.bio.viktor/-flat-matrix-ops/mean.md similarity index 52% rename from docs/0.3.4/org.jetbrains.bio.viktor/-flat-matrix-ops/mean.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-flat-matrix-ops/mean.md index 529b1da..a4bf262 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-flat-matrix-ops/mean.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-flat-matrix-ops/mean.md @@ -1,5 +1,5 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [FlatMatrixOps](index.md) / [mean](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [FlatMatrixOps](index.md) / [mean](.) # mean -`open fun mean(): Double` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix.kt#L82) \ No newline at end of file +`open fun mean(): Double` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix.kt#L82) \ No newline at end of file diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-flat-matrix-ops/min.md b/docs/0.3.5/org.jetbrains.bio.viktor/-flat-matrix-ops/min.md similarity index 52% rename from docs/0.3.4/org.jetbrains.bio.viktor/-flat-matrix-ops/min.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-flat-matrix-ops/min.md index 7b5b704..4e3c4f4 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-flat-matrix-ops/min.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-flat-matrix-ops/min.md @@ -1,5 +1,5 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [FlatMatrixOps](index.md) / [min](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [FlatMatrixOps](index.md) / [min](.) # min -`open fun min(): Double` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix.kt#L90) \ No newline at end of file +`open fun min(): Double` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix.kt#L90) \ No newline at end of file diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-flat-matrix-ops/minus-assign.md b/docs/0.3.5/org.jetbrains.bio.viktor/-flat-matrix-ops/minus-assign.md similarity index 60% rename from docs/0.3.4/org.jetbrains.bio.viktor/-flat-matrix-ops/minus-assign.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-flat-matrix-ops/minus-assign.md index 771737f..1081df1 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-flat-matrix-ops/minus-assign.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-flat-matrix-ops/minus-assign.md @@ -1,6 +1,6 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [FlatMatrixOps](index.md) / [minusAssign](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [FlatMatrixOps](index.md) / [minusAssign](.) # minusAssign -`open operator fun minusAssign(other: T): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix.kt#L146) -`open operator fun minusAssign(update: Double): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix.kt#L153) \ No newline at end of file +`open operator fun minusAssign(other: T): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix.kt#L146) +`open operator fun minusAssign(update: Double): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix.kt#L153) \ No newline at end of file diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-flat-matrix-ops/minus.md b/docs/0.3.5/org.jetbrains.bio.viktor/-flat-matrix-ops/minus.md similarity index 60% rename from docs/0.3.4/org.jetbrains.bio.viktor/-flat-matrix-ops/minus.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-flat-matrix-ops/minus.md index 6ef709a..8e3d625 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-flat-matrix-ops/minus.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-flat-matrix-ops/minus.md @@ -1,6 +1,6 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [FlatMatrixOps](index.md) / [minus](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [FlatMatrixOps](index.md) / [minus](.) # minus -`open operator fun minus(other: T): ` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix.kt#L144) -`open operator fun minus(update: Double): ` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix.kt#L151) \ No newline at end of file +`open operator fun minus(other: T): ` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix.kt#L144) +`open operator fun minus(update: Double): ` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix.kt#L151) \ No newline at end of file diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-flat-matrix-ops/plus-assign.md b/docs/0.3.5/org.jetbrains.bio.viktor/-flat-matrix-ops/plus-assign.md similarity index 60% rename from docs/0.3.4/org.jetbrains.bio.viktor/-flat-matrix-ops/plus-assign.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-flat-matrix-ops/plus-assign.md index 46d860e..2725a97 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-flat-matrix-ops/plus-assign.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-flat-matrix-ops/plus-assign.md @@ -1,6 +1,6 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [FlatMatrixOps](index.md) / [plusAssign](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [FlatMatrixOps](index.md) / [plusAssign](.) # plusAssign -`open operator fun plusAssign(other: T): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix.kt#L133) -`open operator fun plusAssign(update: Double): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix.kt#L140) \ No newline at end of file +`open operator fun plusAssign(other: T): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix.kt#L133) +`open operator fun plusAssign(update: Double): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix.kt#L140) \ No newline at end of file diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-flat-matrix-ops/plus.md b/docs/0.3.5/org.jetbrains.bio.viktor/-flat-matrix-ops/plus.md similarity index 60% rename from docs/0.3.4/org.jetbrains.bio.viktor/-flat-matrix-ops/plus.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-flat-matrix-ops/plus.md index f537502..d0686cd 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-flat-matrix-ops/plus.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-flat-matrix-ops/plus.md @@ -1,6 +1,6 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [FlatMatrixOps](index.md) / [plus](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [FlatMatrixOps](index.md) / [plus](.) # plus -`open operator fun plus(other: T): ` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix.kt#L131) -`open operator fun plus(update: Double): ` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix.kt#L138) \ No newline at end of file +`open operator fun plus(other: T): ` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix.kt#L131) +`open operator fun plus(update: Double): ` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix.kt#L138) \ No newline at end of file diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-flat-matrix-ops/sum.md b/docs/0.3.5/org.jetbrains.bio.viktor/-flat-matrix-ops/sum.md similarity index 52% rename from docs/0.3.4/org.jetbrains.bio.viktor/-flat-matrix-ops/sum.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-flat-matrix-ops/sum.md index 5f5afbd..611651a 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-flat-matrix-ops/sum.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-flat-matrix-ops/sum.md @@ -1,5 +1,5 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [FlatMatrixOps](index.md) / [sum](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [FlatMatrixOps](index.md) / [sum](.) # sum -`open fun sum(): Double` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix.kt#L84) \ No newline at end of file +`open fun sum(): Double` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix.kt#L84) \ No newline at end of file diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-flat-matrix-ops/times-assign.md b/docs/0.3.5/org.jetbrains.bio.viktor/-flat-matrix-ops/times-assign.md similarity index 60% rename from docs/0.3.4/org.jetbrains.bio.viktor/-flat-matrix-ops/times-assign.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-flat-matrix-ops/times-assign.md index d24c010..6d1939b 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-flat-matrix-ops/times-assign.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-flat-matrix-ops/times-assign.md @@ -1,6 +1,6 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [FlatMatrixOps](index.md) / [timesAssign](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [FlatMatrixOps](index.md) / [timesAssign](.) # timesAssign -`open operator fun timesAssign(other: T): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix.kt#L159) -`open operator fun timesAssign(update: Double): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix.kt#L166) \ No newline at end of file +`open operator fun timesAssign(other: T): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix.kt#L159) +`open operator fun timesAssign(update: Double): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix.kt#L166) \ No newline at end of file diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-flat-matrix-ops/times.md b/docs/0.3.5/org.jetbrains.bio.viktor/-flat-matrix-ops/times.md similarity index 60% rename from docs/0.3.4/org.jetbrains.bio.viktor/-flat-matrix-ops/times.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-flat-matrix-ops/times.md index e4791c6..082f84b 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-flat-matrix-ops/times.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-flat-matrix-ops/times.md @@ -1,6 +1,6 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [FlatMatrixOps](index.md) / [times](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [FlatMatrixOps](index.md) / [times](.) # times -`open operator fun times(other: T): ` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix.kt#L157) -`open operator fun times(update: Double): ` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix.kt#L164) \ No newline at end of file +`open operator fun times(other: T): ` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix.kt#L157) +`open operator fun times(update: Double): ` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix.kt#L164) \ No newline at end of file diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-flat-matrix-ops/unary-minus.md b/docs/0.3.5/org.jetbrains.bio.viktor/-flat-matrix-ops/unary-minus.md similarity index 58% rename from docs/0.3.4/org.jetbrains.bio.viktor/-flat-matrix-ops/unary-minus.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-flat-matrix-ops/unary-minus.md index 2ce86a4..ba0c41a 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-flat-matrix-ops/unary-minus.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-flat-matrix-ops/unary-minus.md @@ -1,5 +1,5 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [FlatMatrixOps](index.md) / [unaryMinus](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [FlatMatrixOps](index.md) / [unaryMinus](.) # unaryMinus -`open operator fun unaryMinus(): ` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix.kt#L124) \ No newline at end of file +`open operator fun unaryMinus(): ` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix.kt#L124) \ No newline at end of file diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-flat-matrix-ops/unary-plus.md b/docs/0.3.5/org.jetbrains.bio.viktor/-flat-matrix-ops/unary-plus.md similarity index 60% rename from docs/0.3.4/org.jetbrains.bio.viktor/-flat-matrix-ops/unary-plus.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-flat-matrix-ops/unary-plus.md index 19813c3..20e2bcc 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-flat-matrix-ops/unary-plus.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-flat-matrix-ops/unary-plus.md @@ -1,5 +1,5 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [FlatMatrixOps](index.md) / [unaryPlus](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [FlatMatrixOps](index.md) / [unaryPlus](.) # unaryPlus -`open operator fun unaryPlus(): `[`FlatMatrixOps`](index.md)`` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix.kt#L122) \ No newline at end of file +`open operator fun unaryPlus(): `[`FlatMatrixOps`](index.md)`` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix.kt#L122) \ No newline at end of file diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-kahan-sum/-init-.md b/docs/0.3.5/org.jetbrains.bio.viktor/-kahan-sum/-init-.md similarity index 79% rename from docs/0.3.4/org.jetbrains.bio.viktor/-kahan-sum/-init-.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-kahan-sum/-init-.md index b975198..28ed2dd 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-kahan-sum/-init-.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-kahan-sum/-init-.md @@ -1,4 +1,4 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [KahanSum](index.md) / [<init>](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [KahanSum](index.md) / [<init>](.) # <init> diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-kahan-sum/feed.md b/docs/0.3.5/org.jetbrains.bio.viktor/-kahan-sum/feed.md similarity index 62% rename from docs/0.3.4/org.jetbrains.bio.viktor/-kahan-sum/feed.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-kahan-sum/feed.md index 0d85595..c436cbe 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-kahan-sum/feed.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-kahan-sum/feed.md @@ -1,8 +1,8 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [KahanSum](index.md) / [feed](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [KahanSum](index.md) / [feed](.) # feed -`fun feed(value: Double): `[`KahanSum`](index.md) [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/MoreMath.kt#L33) +`fun feed(value: Double): `[`KahanSum`](index.md) [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/MoreMath.kt#L33) Supplies a number to be added to the accumulator. diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-kahan-sum/index.md b/docs/0.3.5/org.jetbrains.bio.viktor/-kahan-sum/index.md similarity index 84% rename from docs/0.3.4/org.jetbrains.bio.viktor/-kahan-sum/index.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-kahan-sum/index.md index 210b2e0..12542c5 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-kahan-sum/index.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-kahan-sum/index.md @@ -1,8 +1,8 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [KahanSum](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [KahanSum](.) # KahanSum -`class KahanSum` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/MoreMath.kt#L29) +`class KahanSum` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/MoreMath.kt#L29) Kahan-Babuska summation. diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-kahan-sum/plus-assign.md b/docs/0.3.5/org.jetbrains.bio.viktor/-kahan-sum/plus-assign.md similarity index 56% rename from docs/0.3.4/org.jetbrains.bio.viktor/-kahan-sum/plus-assign.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-kahan-sum/plus-assign.md index f1ea619..0865506 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-kahan-sum/plus-assign.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-kahan-sum/plus-assign.md @@ -1,5 +1,5 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [KahanSum](index.md) / [plusAssign](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [KahanSum](index.md) / [plusAssign](.) # plusAssign -`operator fun plusAssign(value: Double): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/MoreMath.kt#L45) \ No newline at end of file +`operator fun plusAssign(value: Double): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/MoreMath.kt#L45) \ No newline at end of file diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-kahan-sum/result.md b/docs/0.3.5/org.jetbrains.bio.viktor/-kahan-sum/result.md similarity index 57% rename from docs/0.3.4/org.jetbrains.bio.viktor/-kahan-sum/result.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-kahan-sum/result.md index af518c6..d7a1179 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-kahan-sum/result.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-kahan-sum/result.md @@ -1,8 +1,8 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [KahanSum](index.md) / [result](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [KahanSum](index.md) / [result](.) # result -`fun result(): Double` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/MoreMath.kt#L50) +`fun result(): Double` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/MoreMath.kt#L50) Returns the sum accumulated so far. diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-large-dense-vector/-init-.md b/docs/0.3.5/org.jetbrains.bio.viktor/-large-dense-vector/-init-.md similarity index 79% rename from docs/0.3.4/org.jetbrains.bio.viktor/-large-dense-vector/-init-.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-large-dense-vector/-init-.md index be6522f..dddd63f 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-large-dense-vector/-init-.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-large-dense-vector/-init-.md @@ -1,4 +1,4 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [LargeDenseVector](index.md) / [<init>](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [LargeDenseVector](index.md) / [<init>](.) # <init> diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-large-dense-vector/cum-sum.md b/docs/0.3.5/org.jetbrains.bio.viktor/-large-dense-vector/cum-sum.md similarity index 69% rename from docs/0.3.4/org.jetbrains.bio.viktor/-large-dense-vector/cum-sum.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-large-dense-vector/cum-sum.md index 0677dd5..2252af6 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-large-dense-vector/cum-sum.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-large-dense-vector/cum-sum.md @@ -1,8 +1,8 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [LargeDenseVector](index.md) / [cumSum](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [LargeDenseVector](index.md) / [cumSum](.) # cumSum -`fun cumSum(): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/DenseVector.kt#L68) +`fun cumSum(): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/DenseVector.kt#L68) Overrides [StridedVector.cumSum](../-strided-vector/cum-sum.md) diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-large-dense-vector/div-assign.md b/docs/0.3.5/org.jetbrains.bio.viktor/-large-dense-vector/div-assign.md similarity index 70% rename from docs/0.3.4/org.jetbrains.bio.viktor/-large-dense-vector/div-assign.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-large-dense-vector/div-assign.md index a7f532e..12a157d 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-large-dense-vector/div-assign.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-large-dense-vector/div-assign.md @@ -1,13 +1,13 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [LargeDenseVector](index.md) / [divAssign](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [LargeDenseVector](index.md) / [divAssign](.) # divAssign -`fun divAssign(update: Double): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/DenseVector.kt#L167) +`fun divAssign(update: Double): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/DenseVector.kt#L167) Overrides [StridedVector.divAssign](../-strided-vector/div-assign.md) -`fun divAssign(other: `[`StridedVector`](../-strided-vector/index.md)`): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/DenseVector.kt#L171) +`fun divAssign(other: `[`StridedVector`](../-strided-vector/index.md)`): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/DenseVector.kt#L171) Overrides [StridedVector.divAssign](../-strided-vector/div-assign.md) diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-large-dense-vector/dot.md b/docs/0.3.5/org.jetbrains.bio.viktor/-large-dense-vector/dot.md similarity index 71% rename from docs/0.3.4/org.jetbrains.bio.viktor/-large-dense-vector/dot.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-large-dense-vector/dot.md index c735891..5f1ada8 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-large-dense-vector/dot.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-large-dense-vector/dot.md @@ -1,8 +1,8 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [LargeDenseVector](index.md) / [dot](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [LargeDenseVector](index.md) / [dot](.) # dot -`fun dot(other: `[`StridedVector`](../-strided-vector/index.md)`): Double` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/DenseVector.kt#L74) +`fun dot(other: `[`StridedVector`](../-strided-vector/index.md)`): Double` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/DenseVector.kt#L74) Overrides [StridedVector.dot](../-strided-vector/dot.md) diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-large-dense-vector/exp-in-place.md b/docs/0.3.5/org.jetbrains.bio.viktor/-large-dense-vector/exp-in-place.md similarity index 71% rename from docs/0.3.4/org.jetbrains.bio.viktor/-large-dense-vector/exp-in-place.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-large-dense-vector/exp-in-place.md index e3f3085..4aed864 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-large-dense-vector/exp-in-place.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-large-dense-vector/exp-in-place.md @@ -1,8 +1,8 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [LargeDenseVector](index.md) / [expInPlace](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [LargeDenseVector](index.md) / [expInPlace](.) # expInPlace -`fun expInPlace(): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/DenseVector.kt#L83) +`fun expInPlace(): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/DenseVector.kt#L83) Overrides [StridedVector.expInPlace](../-strided-vector/exp-in-place.md) diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-large-dense-vector/expm1-in-place.md b/docs/0.3.5/org.jetbrains.bio.viktor/-large-dense-vector/expm1-in-place.md similarity index 72% rename from docs/0.3.4/org.jetbrains.bio.viktor/-large-dense-vector/expm1-in-place.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-large-dense-vector/expm1-in-place.md index d05d9ce..f591d8e 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-large-dense-vector/expm1-in-place.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-large-dense-vector/expm1-in-place.md @@ -1,8 +1,8 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [LargeDenseVector](index.md) / [expm1InPlace](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [LargeDenseVector](index.md) / [expm1InPlace](.) # expm1InPlace -`fun expm1InPlace(): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/DenseVector.kt#L87) +`fun expm1InPlace(): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/DenseVector.kt#L87) Overrides [StridedVector.expm1InPlace](../-strided-vector/expm1-in-place.md) diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-large-dense-vector/index.md b/docs/0.3.5/org.jetbrains.bio.viktor/-large-dense-vector/index.md similarity index 97% rename from docs/0.3.4/org.jetbrains.bio.viktor/-large-dense-vector/index.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-large-dense-vector/index.md index fdfd5aa..061451a 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-large-dense-vector/index.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-large-dense-vector/index.md @@ -1,8 +1,8 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [LargeDenseVector](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [LargeDenseVector](.) # LargeDenseVector -`class LargeDenseVector : `[`DenseVector`](../-dense-vector/index.md) [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/DenseVector.kt#L59) +`class LargeDenseVector : `[`DenseVector`](../-dense-vector/index.md) [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/DenseVector.kt#L59) A contiguous vector of size at least `[DenseVector.DENSE_SPLIT_SIZE] + 1`. diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-large-dense-vector/log-add-exp.md b/docs/0.3.5/org.jetbrains.bio.viktor/-large-dense-vector/log-add-exp.md similarity index 72% rename from docs/0.3.4/org.jetbrains.bio.viktor/-large-dense-vector/log-add-exp.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-large-dense-vector/log-add-exp.md index fcda603..34bf603 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-large-dense-vector/log-add-exp.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-large-dense-vector/log-add-exp.md @@ -1,8 +1,8 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [LargeDenseVector](index.md) / [logAddExp](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [LargeDenseVector](index.md) / [logAddExp](.) # logAddExp -`fun logAddExp(other: `[`StridedVector`](../-strided-vector/index.md)`, dst: `[`StridedVector`](../-strided-vector/index.md)`): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/DenseVector.kt#L105) +`fun logAddExp(other: `[`StridedVector`](../-strided-vector/index.md)`, dst: `[`StridedVector`](../-strided-vector/index.md)`): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/DenseVector.kt#L105) Overrides [StridedVector.logAddExp](../-strided-vector/log-add-exp.md) diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-large-dense-vector/log-in-place.md b/docs/0.3.5/org.jetbrains.bio.viktor/-large-dense-vector/log-in-place.md similarity index 71% rename from docs/0.3.4/org.jetbrains.bio.viktor/-large-dense-vector/log-in-place.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-large-dense-vector/log-in-place.md index ee4f418..f720845 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-large-dense-vector/log-in-place.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-large-dense-vector/log-in-place.md @@ -1,8 +1,8 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [LargeDenseVector](index.md) / [logInPlace](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [LargeDenseVector](index.md) / [logInPlace](.) # logInPlace -`fun logInPlace(): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/DenseVector.kt#L91) +`fun logInPlace(): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/DenseVector.kt#L91) Overrides [StridedVector.logInPlace](../-strided-vector/log-in-place.md) diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-large-dense-vector/log-rescale.md b/docs/0.3.5/org.jetbrains.bio.viktor/-large-dense-vector/log-rescale.md similarity index 73% rename from docs/0.3.4/org.jetbrains.bio.viktor/-large-dense-vector/log-rescale.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-large-dense-vector/log-rescale.md index 5214ee6..5c9a3a1 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-large-dense-vector/log-rescale.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-large-dense-vector/log-rescale.md @@ -1,8 +1,8 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [LargeDenseVector](index.md) / [logRescale](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [LargeDenseVector](index.md) / [logRescale](.) # logRescale -`fun logRescale(): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/DenseVector.kt#L99) +`fun logRescale(): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/DenseVector.kt#L99) Overrides [StridedVector.logRescale](../-strided-vector/log-rescale.md) diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-large-dense-vector/log-sum-exp.md b/docs/0.3.5/org.jetbrains.bio.viktor/-large-dense-vector/log-sum-exp.md similarity index 70% rename from docs/0.3.4/org.jetbrains.bio.viktor/-large-dense-vector/log-sum-exp.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-large-dense-vector/log-sum-exp.md index 993fffc..a622adf 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-large-dense-vector/log-sum-exp.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-large-dense-vector/log-sum-exp.md @@ -1,8 +1,8 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [LargeDenseVector](index.md) / [logSumExp](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [LargeDenseVector](index.md) / [logSumExp](.) # logSumExp -`fun logSumExp(): Double` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/DenseVector.kt#L103) +`fun logSumExp(): Double` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/DenseVector.kt#L103) Overrides [StridedVector.logSumExp](../-strided-vector/log-sum-exp.md) diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-large-dense-vector/log1p-in-place.md b/docs/0.3.5/org.jetbrains.bio.viktor/-large-dense-vector/log1p-in-place.md similarity index 72% rename from docs/0.3.4/org.jetbrains.bio.viktor/-large-dense-vector/log1p-in-place.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-large-dense-vector/log1p-in-place.md index 031e5f8..0871d71 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-large-dense-vector/log1p-in-place.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-large-dense-vector/log1p-in-place.md @@ -1,8 +1,8 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [LargeDenseVector](index.md) / [log1pInPlace](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [LargeDenseVector](index.md) / [log1pInPlace](.) # log1pInPlace -`fun log1pInPlace(): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/DenseVector.kt#L95) +`fun log1pInPlace(): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/DenseVector.kt#L95) Overrides [StridedVector.log1pInPlace](../-strided-vector/log1p-in-place.md) diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-large-dense-vector/max.md b/docs/0.3.5/org.jetbrains.bio.viktor/-large-dense-vector/max.md similarity index 66% rename from docs/0.3.4/org.jetbrains.bio.viktor/-large-dense-vector/max.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-large-dense-vector/max.md index 4221c38..9ed137d 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-large-dense-vector/max.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-large-dense-vector/max.md @@ -1,8 +1,8 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [LargeDenseVector](index.md) / [max](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [LargeDenseVector](index.md) / [max](.) # max -`fun max(): Double` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/DenseVector.kt#L72) +`fun max(): Double` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/DenseVector.kt#L72) Overrides [StridedVector.max](../-strided-vector/max.md) diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-large-dense-vector/mean.md b/docs/0.3.5/org.jetbrains.bio.viktor/-large-dense-vector/mean.md similarity index 67% rename from docs/0.3.4/org.jetbrains.bio.viktor/-large-dense-vector/mean.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-large-dense-vector/mean.md index 0cae727..65955b0 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-large-dense-vector/mean.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-large-dense-vector/mean.md @@ -1,8 +1,8 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [LargeDenseVector](index.md) / [mean](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [LargeDenseVector](index.md) / [mean](.) # mean -`fun mean(): Double` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/DenseVector.kt#L62) +`fun mean(): Double` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/DenseVector.kt#L62) Overrides [StridedVector.mean](../-strided-vector/mean.md) diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-large-dense-vector/min.md b/docs/0.3.5/org.jetbrains.bio.viktor/-large-dense-vector/min.md similarity index 66% rename from docs/0.3.4/org.jetbrains.bio.viktor/-large-dense-vector/min.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-large-dense-vector/min.md index db862cd..bd3691a 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-large-dense-vector/min.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-large-dense-vector/min.md @@ -1,8 +1,8 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [LargeDenseVector](index.md) / [min](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [LargeDenseVector](index.md) / [min](.) # min -`fun min(): Double` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/DenseVector.kt#L70) +`fun min(): Double` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/DenseVector.kt#L70) Overrides [StridedVector.min](../-strided-vector/min.md) diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-large-dense-vector/minus-assign.md b/docs/0.3.5/org.jetbrains.bio.viktor/-large-dense-vector/minus-assign.md similarity index 71% rename from docs/0.3.4/org.jetbrains.bio.viktor/-large-dense-vector/minus-assign.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-large-dense-vector/minus-assign.md index 18f17c8..fd7dec2 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-large-dense-vector/minus-assign.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-large-dense-vector/minus-assign.md @@ -1,13 +1,13 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [LargeDenseVector](index.md) / [minusAssign](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [LargeDenseVector](index.md) / [minusAssign](.) # minusAssign -`fun minusAssign(update: Double): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/DenseVector.kt#L138) +`fun minusAssign(update: Double): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/DenseVector.kt#L138) Overrides [StridedVector.minusAssign](../-strided-vector/minus-assign.md) -`fun minusAssign(other: `[`StridedVector`](../-strided-vector/index.md)`): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/DenseVector.kt#L142) +`fun minusAssign(other: `[`StridedVector`](../-strided-vector/index.md)`): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/DenseVector.kt#L142) Overrides [StridedVector.minusAssign](../-strided-vector/minus-assign.md) diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-large-dense-vector/plus-assign.md b/docs/0.3.5/org.jetbrains.bio.viktor/-large-dense-vector/plus-assign.md similarity index 70% rename from docs/0.3.4/org.jetbrains.bio.viktor/-large-dense-vector/plus-assign.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-large-dense-vector/plus-assign.md index e8126a8..feba86e 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-large-dense-vector/plus-assign.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-large-dense-vector/plus-assign.md @@ -1,13 +1,13 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [LargeDenseVector](index.md) / [plusAssign](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [LargeDenseVector](index.md) / [plusAssign](.) # plusAssign -`fun plusAssign(update: Double): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/DenseVector.kt#L123) +`fun plusAssign(update: Double): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/DenseVector.kt#L123) Overrides [StridedVector.plusAssign](../-strided-vector/plus-assign.md) -`fun plusAssign(other: `[`StridedVector`](../-strided-vector/index.md)`): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/DenseVector.kt#L127) +`fun plusAssign(other: `[`StridedVector`](../-strided-vector/index.md)`): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/DenseVector.kt#L127) Overrides [StridedVector.plusAssign](../-strided-vector/plus-assign.md) diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-large-dense-vector/sd.md b/docs/0.3.5/org.jetbrains.bio.viktor/-large-dense-vector/sd.md similarity index 69% rename from docs/0.3.4/org.jetbrains.bio.viktor/-large-dense-vector/sd.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-large-dense-vector/sd.md index ff832ce..00bcc9a 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-large-dense-vector/sd.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-large-dense-vector/sd.md @@ -1,8 +1,8 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [LargeDenseVector](index.md) / [sd](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [LargeDenseVector](index.md) / [sd](.) # sd -`fun sd(): Double` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/DenseVector.kt#L64) +`fun sd(): Double` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/DenseVector.kt#L64) Overrides [StridedVector.sd](../-strided-vector/sd.md) diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-large-dense-vector/sum.md b/docs/0.3.5/org.jetbrains.bio.viktor/-large-dense-vector/sum.md similarity index 68% rename from docs/0.3.4/org.jetbrains.bio.viktor/-large-dense-vector/sum.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-large-dense-vector/sum.md index f784409..5763c05 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-large-dense-vector/sum.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-large-dense-vector/sum.md @@ -1,8 +1,8 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [LargeDenseVector](index.md) / [sum](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [LargeDenseVector](index.md) / [sum](.) # sum -`fun sum(): Double` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/DenseVector.kt#L66) +`fun sum(): Double` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/DenseVector.kt#L66) Overrides [StridedVector.sum](../-strided-vector/sum.md) diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-large-dense-vector/times-assign.md b/docs/0.3.5/org.jetbrains.bio.viktor/-large-dense-vector/times-assign.md similarity index 71% rename from docs/0.3.4/org.jetbrains.bio.viktor/-large-dense-vector/times-assign.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-large-dense-vector/times-assign.md index 4668075..d8f612b 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-large-dense-vector/times-assign.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-large-dense-vector/times-assign.md @@ -1,13 +1,13 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [LargeDenseVector](index.md) / [timesAssign](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [LargeDenseVector](index.md) / [timesAssign](.) # timesAssign -`fun timesAssign(update: Double): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/DenseVector.kt#L153) +`fun timesAssign(update: Double): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/DenseVector.kt#L153) Overrides [StridedVector.timesAssign](../-strided-vector/times-assign.md) -`fun timesAssign(other: `[`StridedVector`](../-strided-vector/index.md)`): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/DenseVector.kt#L157) +`fun timesAssign(other: `[`StridedVector`](../-strided-vector/index.md)`): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/DenseVector.kt#L157) Overrides [StridedVector.timesAssign](../-strided-vector/times-assign.md) diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-large-dense-vector/unary-minus.md b/docs/0.3.5/org.jetbrains.bio.viktor/-large-dense-vector/unary-minus.md similarity index 68% rename from docs/0.3.4/org.jetbrains.bio.viktor/-large-dense-vector/unary-minus.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-large-dense-vector/unary-minus.md index 8177cdd..d9a4f60 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-large-dense-vector/unary-minus.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-large-dense-vector/unary-minus.md @@ -1,8 +1,8 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [LargeDenseVector](index.md) / [unaryMinus](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [LargeDenseVector](index.md) / [unaryMinus](.) # unaryMinus -`fun unaryMinus(): `[`StridedVector`](../-strided-vector/index.md) [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/DenseVector.kt#L117) +`fun unaryMinus(): `[`StridedVector`](../-strided-vector/index.md) [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/DenseVector.kt#L117) Overrides [StridedVector.unaryMinus](../-strided-vector/unary-minus.md) diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-small-dense-vector/-init-.md b/docs/0.3.5/org.jetbrains.bio.viktor/-small-dense-vector/-init-.md similarity index 82% rename from docs/0.3.4/org.jetbrains.bio.viktor/-small-dense-vector/-init-.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-small-dense-vector/-init-.md index 4c9bf73..7b6acab 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-small-dense-vector/-init-.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-small-dense-vector/-init-.md @@ -1,4 +1,4 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [SmallDenseVector](index.md) / [<init>](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [SmallDenseVector](index.md) / [<init>](.) # <init> diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-small-dense-vector/index.md b/docs/0.3.5/org.jetbrains.bio.viktor/-small-dense-vector/index.md similarity index 96% rename from docs/0.3.4/org.jetbrains.bio.viktor/-small-dense-vector/index.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-small-dense-vector/index.md index 7d61076..3097e0e 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-small-dense-vector/index.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-small-dense-vector/index.md @@ -1,8 +1,8 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [SmallDenseVector](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [SmallDenseVector](.) # SmallDenseVector -`class SmallDenseVector : `[`DenseVector`](../-dense-vector/index.md) [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/DenseVector.kt#L50) +`class SmallDenseVector : `[`DenseVector`](../-dense-vector/index.md) [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/DenseVector.kt#L50) A contiguous strided vector of size at most [DenseVector.DENSE_SPLIT_SIZE](../-dense-vector/-d-e-n-s-e_-s-p-l-i-t_-s-i-z-e.md). diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix/full.md b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix/full.md similarity index 69% rename from docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix/full.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix/full.md index c9d7b43..821cb6d 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix/full.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix/full.md @@ -1,6 +1,6 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedMatrix](index.md) / [full](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedMatrix](index.md) / [full](.) # full -`@JvmStatic fun full(numRows: Int, numColumns: Int, init: Double): `[`StridedMatrix2`](../-strided-matrix2/index.md) [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix.kt#L44) -`@JvmStatic fun full(numRows: Int, numColumns: Int, depth: Int, init: Double): `[`StridedMatrix3`](../-strided-matrix3/index.md) [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix.kt#L49) \ No newline at end of file +`@JvmStatic fun full(numRows: Int, numColumns: Int, init: Double): `[`StridedMatrix2`](../-strided-matrix2/index.md) [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix.kt#L44) +`@JvmStatic fun full(numRows: Int, numColumns: Int, depth: Int, init: Double): `[`StridedMatrix3`](../-strided-matrix3/index.md) [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix.kt#L49) \ No newline at end of file diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix/index.md b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix/index.md similarity index 91% rename from docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix/index.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix/index.md index 26930ff..fbb4d09 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix/index.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix/index.md @@ -1,8 +1,8 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedMatrix](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedMatrix](.) # StridedMatrix -`object StridedMatrix` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix.kt#L9) +`object StridedMatrix` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix.kt#L9) A strided matrix stored in a flat [DoubleArray](#). diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix/indexed-stochastic.md b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix/indexed-stochastic.md similarity index 71% rename from docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix/indexed-stochastic.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix/indexed-stochastic.md index b2bafa5..55bcc65 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix/indexed-stochastic.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix/indexed-stochastic.md @@ -1,8 +1,8 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedMatrix](index.md) / [indexedStochastic](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedMatrix](index.md) / [indexedStochastic](.) # indexedStochastic -`@JvmStatic fun indexedStochastic(depth: Int, size: Int): `[`StridedMatrix3`](../-strided-matrix3/index.md) [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix.kt#L62) +`@JvmStatic fun indexedStochastic(depth: Int, size: Int): `[`StridedMatrix3`](../-strided-matrix3/index.md) [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix.kt#L62) Creates a 3-D matrix with [stochastic](stochastic.md) submatrices. diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix/invoke.md b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix/invoke.md similarity index 72% rename from docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix/invoke.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix/invoke.md index 6c57021..69574db 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix/invoke.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix/invoke.md @@ -1,8 +1,8 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedMatrix](index.md) / [invoke](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedMatrix](index.md) / [invoke](.) # invoke -`operator fun invoke(numRows: Int, numColumns: Int): `[`StridedMatrix2`](../-strided-matrix2/index.md) [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix.kt#L10) -`inline operator fun invoke(numRows: Int, numColumns: Int, block: (Int, Int) -> Double): `[`StridedMatrix2`](../-strided-matrix2/index.md) [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix.kt#L14) -`operator fun invoke(numRows: Int, numColumns: Int, depth: Int): `[`StridedMatrix3`](../-strided-matrix3/index.md) [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix.kt#L26) -`inline operator fun invoke(depth: Int, numRows: Int, numColumns: Int, block: (Int, Int, Int) -> Double): `[`StridedMatrix3`](../-strided-matrix3/index.md) [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix.kt#L30) \ No newline at end of file +`operator fun invoke(numRows: Int, numColumns: Int): `[`StridedMatrix2`](../-strided-matrix2/index.md) [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix.kt#L10) +`inline operator fun invoke(numRows: Int, numColumns: Int, block: (Int, Int) -> Double): `[`StridedMatrix2`](../-strided-matrix2/index.md) [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix.kt#L14) +`operator fun invoke(numRows: Int, numColumns: Int, depth: Int): `[`StridedMatrix3`](../-strided-matrix3/index.md) [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix.kt#L26) +`inline operator fun invoke(depth: Int, numRows: Int, numColumns: Int, block: (Int, Int, Int) -> Double): `[`StridedMatrix3`](../-strided-matrix3/index.md) [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix.kt#L30) \ No newline at end of file diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix/stochastic.md b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix/stochastic.md similarity index 67% rename from docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix/stochastic.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix/stochastic.md index a9171cd..2b2e6bc 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix/stochastic.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix/stochastic.md @@ -1,8 +1,8 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedMatrix](index.md) / [stochastic](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedMatrix](index.md) / [stochastic](.) # stochastic -`@JvmStatic fun stochastic(size: Int): `[`StridedMatrix2`](../-strided-matrix2/index.md) [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix.kt#L57) +`@JvmStatic fun stochastic(size: Int): `[`StridedMatrix2`](../-strided-matrix2/index.md) [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix.kt#L57) Creates a 2-D matrix with rows summing to one. diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix2/-init-.md b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix2/-init-.md similarity index 72% rename from docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix2/-init-.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix2/-init-.md index 896b026..4aeada4 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix2/-init-.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix2/-init-.md @@ -1,4 +1,4 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedMatrix2](index.md) / [<init>](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedMatrix2](index.md) / [<init>](.) # <init> diff --git a/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix2/-t.md b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix2/-t.md new file mode 100644 index 0000000..0d549a0 --- /dev/null +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix2/-t.md @@ -0,0 +1,8 @@ +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedMatrix2](index.md) / [T](.) + +# T + +`val T: `[`StridedMatrix2`](index.md) [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix2.kt#L106) + +An alias for [transpose](transpose.md). + diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix2/along.md b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix2/along.md similarity index 70% rename from docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix2/along.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix2/along.md index 20cf5ff..3e1fc63 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix2/along.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix2/along.md @@ -1,8 +1,8 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedMatrix2](index.md) / [along](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedMatrix2](index.md) / [along](.) # along -`fun along(axis: Int): `[`Stream`](http://docs.oracle.com/javase/6/docs/api/java/util/stream/Stream.html)`<`[`StridedVector`](../-strided-vector/index.md)`>` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix2.kt#L147) +`fun along(axis: Int): `[`Stream`](http://docs.oracle.com/javase/6/docs/api/java/util/stream/Stream.html)`<`[`StridedVector`](../-strided-vector/index.md)`>` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix2.kt#L148) Returns a stream of row or column views of the matrix. diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix2/check-dimensions.md b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix2/check-dimensions.md similarity index 66% rename from docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix2/check-dimensions.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix2/check-dimensions.md index 29d8ed4..9cc8701 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix2/check-dimensions.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix2/check-dimensions.md @@ -1,8 +1,8 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedMatrix2](index.md) / [checkDimensions](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedMatrix2](index.md) / [checkDimensions](.) # checkDimensions -`fun checkDimensions(other: `[`StridedMatrix2`](index.md)`): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix2.kt#L216) +`fun checkDimensions(other: `[`StridedMatrix2`](index.md)`): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix2.kt#L218) Ensures a given matrix has the same dimensions as this matrix. diff --git a/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix2/column-stride.md b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix2/column-stride.md new file mode 100644 index 0000000..e5d0dee --- /dev/null +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix2/column-stride.md @@ -0,0 +1,5 @@ +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedMatrix2](index.md) / [columnStride](.) + +# columnStride + +`val columnStride: Int` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix2.kt#L17) \ No newline at end of file diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix2/column-view.md b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix2/column-view.md similarity index 70% rename from docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix2/column-view.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix2/column-view.md index 91a0cab..21ebd64 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix2/column-view.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix2/column-view.md @@ -1,8 +1,8 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedMatrix2](index.md) / [columnView](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedMatrix2](index.md) / [columnView](.) # columnView -`fun columnView(c: Int): `[`StridedVector`](../-strided-vector/index.md) [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix2.kt#L73) +`fun columnView(c: Int): `[`StridedVector`](../-strided-vector/index.md) [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix2.kt#L74) Returns a view of the [c](column-view.md#org.jetbrains.bio.viktor.StridedMatrix2$columnView(kotlin.Int)/c)-th column of this matrix. diff --git a/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix2/columns-number.md b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix2/columns-number.md new file mode 100644 index 0000000..9585a33 --- /dev/null +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix2/columns-number.md @@ -0,0 +1,5 @@ +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedMatrix2](index.md) / [columnsNumber](.) + +# columnsNumber + +`val columnsNumber: Int` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix2.kt#L14) \ No newline at end of file diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix2/copy-to.md b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix2/copy-to.md similarity index 59% rename from docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix2/copy-to.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix2/copy-to.md index 4eeb91f..50df878 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix2/copy-to.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix2/copy-to.md @@ -1,8 +1,8 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedMatrix2](index.md) / [copyTo](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedMatrix2](index.md) / [copyTo](.) # copyTo -`fun copyTo(other: `[`StridedMatrix2`](index.md)`): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix2.kt#L119) +`fun copyTo(other: `[`StridedMatrix2`](index.md)`): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix2.kt#L120) Copies elements in this matrix to [other](copy-to.md#org.jetbrains.bio.viktor.StridedMatrix2$copyTo(org.jetbrains.bio.viktor.StridedMatrix2)/other) matrix. diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix2/copy.md b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix2/copy.md similarity index 56% rename from docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix2/copy.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix2/copy.md index 7b997fb..9efe4c2 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix2/copy.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix2/copy.md @@ -1,8 +1,8 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedMatrix2](index.md) / [copy](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedMatrix2](index.md) / [copy](.) # copy -`fun copy(): `[`StridedMatrix2`](index.md) [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix2.kt#L112) +`fun copy(): `[`StridedMatrix2`](index.md) [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix2.kt#L113) Overrides [FlatMatrixOps.copy](../-flat-matrix-ops/copy.md) diff --git a/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix2/data.md b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix2/data.md new file mode 100644 index 0000000..e140262 --- /dev/null +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix2/data.md @@ -0,0 +1,5 @@ +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedMatrix2](index.md) / [data](.) + +# data + +`val data: DoubleArray` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix2.kt#L15) \ No newline at end of file diff --git a/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix2/equals.md b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix2/equals.md new file mode 100644 index 0000000..ec79cef --- /dev/null +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix2/equals.md @@ -0,0 +1,5 @@ +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedMatrix2](index.md) / [equals](.) + +# equals + +`fun equals(other: Any?): Boolean` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix2.kt#L189) \ No newline at end of file diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix2/flatten.md b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix2/flatten.md similarity index 74% rename from docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix2/flatten.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix2/flatten.md index 13863e7..4e341dd 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix2/flatten.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix2/flatten.md @@ -1,8 +1,8 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedMatrix2](index.md) / [flatten](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedMatrix2](index.md) / [flatten](.) # flatten -`fun flatten(): `[`StridedVector`](../-strided-vector/index.md) [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix2.kt#L137) +`fun flatten(): `[`StridedVector`](../-strided-vector/index.md) [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix2.kt#L138) Overrides [FlatMatrixOps.flatten](../-flat-matrix-ops/flatten.md) diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix2/get.md b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix2/get.md similarity index 64% rename from docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix2/get.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix2/get.md index f9a7352..fcdd289 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix2/get.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix2/get.md @@ -1,17 +1,17 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedMatrix2](index.md) / [get](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedMatrix2](index.md) / [get](.) # get -`operator fun get(r: Int, c: Int): Double` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix2.kt#L36) +`operator fun get(r: Int, c: Int): Double` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix2.kt#L37) -`operator fun get(r: Int): `[`StridedVector`](../-strided-vector/index.md) [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix2.kt#L87) +`operator fun get(r: Int): `[`StridedVector`](../-strided-vector/index.md) [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix2.kt#L88) A less-verbose alias to [rowView](row-view.md). Please do NOT abuse this shortcut by double-indexing, i.e. dont do `m[i][j]`, write `m[i, j]` instead. -`operator fun get(any: `[`_I`](../_-i.md)`, c: Int): `[`StridedVector`](../-strided-vector/index.md) [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix2.kt#L98) +`operator fun get(any: `[`_I`](../_-i.md)`, c: Int): `[`StridedVector`](../-strided-vector/index.md) [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix2.kt#L99) A less-verbose alias to [columnView](column-view.md). diff --git a/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix2/hash-code.md b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix2/hash-code.md new file mode 100644 index 0000000..50c3a67 --- /dev/null +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix2/hash-code.md @@ -0,0 +1,5 @@ +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedMatrix2](index.md) / [hashCode](.) + +# hashCode + +`fun hashCode(): Int` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix2.kt#L209) \ No newline at end of file diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix2/index.md b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix2/index.md similarity index 93% rename from docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix2/index.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix2/index.md index 8f90c4e..cd07175 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix2/index.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix2/index.md @@ -1,8 +1,8 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedMatrix2](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedMatrix2](.) # StridedMatrix2 -`class StridedMatrix2 : `[`FlatMatrixOps`](../-flat-matrix-ops/index.md)`` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix2.kt#L12) +`class StridedMatrix2 : `[`FlatMatrixOps`](../-flat-matrix-ops/index.md)`` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix2.kt#L13) A specialization of [StridedMatrix](../-strided-matrix/index.md) for 2-D data. @@ -47,7 +47,7 @@ Sergei Lebedev | [rowView](row-view.md) | `fun rowView(r: Int): `[`StridedVector`](../-strided-vector/index.md)
Returns a view of the [r](row-view.md#org.jetbrains.bio.viktor.StridedMatrix2$rowView(kotlin.Int)/r)-th row of this matrix. | | [set](set.md) | `operator fun set(r: Int, c: Int, value: Double): Unit`
`operator fun set(r: Int, other: `[`StridedVector`](../-strided-vector/index.md)`): Unit`
`operator fun set(r: Int, init: Double): Unit`
`operator fun set(any: `[`_I`](../_-i.md)`, c: Int, other: `[`StridedVector`](../-strided-vector/index.md)`): Unit`
`operator fun set(any: `[`_I`](../_-i.md)`, c: Int, init: Double): Unit` | | [toArray](to-array.md) | `fun toArray(): Array` | -| [toString](to-string.md) | `fun toString(): String` | +| [toString](to-string.md) | `fun toString(maxDisplay: Int, format: `[`DecimalFormat`](http://docs.oracle.com/javase/6/docs/api/java/text/DecimalFormat.html)` = DecimalFormat("#.####")): String`
`fun toString(): String` | | [transpose](transpose.md) | `fun transpose(): StridedMatrix2`
Constructs matrix transpose in O(1) time. | ### Inherited Functions diff --git a/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix2/offset.md b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix2/offset.md new file mode 100644 index 0000000..3338f9c --- /dev/null +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix2/offset.md @@ -0,0 +1,5 @@ +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedMatrix2](index.md) / [offset](.) + +# offset + +`val offset: Int` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix2.kt#L15) \ No newline at end of file diff --git a/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix2/row-stride.md b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix2/row-stride.md new file mode 100644 index 0000000..91156d6 --- /dev/null +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix2/row-stride.md @@ -0,0 +1,5 @@ +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedMatrix2](index.md) / [rowStride](.) + +# rowStride + +`val rowStride: Int` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix2.kt#L16) \ No newline at end of file diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix2/row-view.md b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix2/row-view.md similarity index 69% rename from docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix2/row-view.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix2/row-view.md index 57597ac..71b9a6e 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix2/row-view.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix2/row-view.md @@ -1,8 +1,8 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedMatrix2](index.md) / [rowView](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedMatrix2](index.md) / [rowView](.) # rowView -`fun rowView(r: Int): `[`StridedVector`](../-strided-vector/index.md) [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix2.kt#L62) +`fun rowView(r: Int): `[`StridedVector`](../-strided-vector/index.md) [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix2.kt#L63) Returns a view of the [r](row-view.md#org.jetbrains.bio.viktor.StridedMatrix2$rowView(kotlin.Int)/r)-th row of this matrix. diff --git a/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix2/rows-number.md b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix2/rows-number.md new file mode 100644 index 0000000..5bf9422 --- /dev/null +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix2/rows-number.md @@ -0,0 +1,5 @@ +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedMatrix2](index.md) / [rowsNumber](.) + +# rowsNumber + +`val rowsNumber: Int` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix2.kt#L14) \ No newline at end of file diff --git a/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix2/set.md b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix2/set.md new file mode 100644 index 0000000..006d3ce --- /dev/null +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix2/set.md @@ -0,0 +1,9 @@ +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedMatrix2](index.md) / [set](.) + +# set + +`operator fun set(r: Int, c: Int, value: Double): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix2.kt#L47) +`operator fun set(r: Int, other: `[`StridedVector`](../-strided-vector/index.md)`): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix2.kt#L90) +`operator fun set(r: Int, init: Double): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix2.kt#L92) +`operator fun set(any: `[`_I`](../_-i.md)`, c: Int, other: `[`StridedVector`](../-strided-vector/index.md)`): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix2.kt#L101) +`operator fun set(any: `[`_I`](../_-i.md)`, c: Int, init: Double): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix2.kt#L103) \ No newline at end of file diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix2/shape.md b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix2/shape.md similarity index 50% rename from docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix2/shape.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix2/shape.md index 2b169f3..152b314 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix2/shape.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix2/shape.md @@ -1,8 +1,8 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedMatrix2](index.md) / [shape](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedMatrix2](index.md) / [shape](.) # shape -`val shape: IntArray` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix2.kt#L23) +`val shape: IntArray` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix2.kt#L24) Returns the shape of this matrix. diff --git a/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix2/to-array.md b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix2/to-array.md new file mode 100644 index 0000000..577877b --- /dev/null +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix2/to-array.md @@ -0,0 +1,5 @@ +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedMatrix2](index.md) / [toArray](.) + +# toArray + +`fun toArray(): Array` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix2.kt#L154) \ No newline at end of file diff --git a/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix2/to-string.md b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix2/to-string.md new file mode 100644 index 0000000..8fc630b --- /dev/null +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix2/to-string.md @@ -0,0 +1,6 @@ +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedMatrix2](index.md) / [toString](.) + +# toString + +`fun toString(maxDisplay: Int, format: `[`DecimalFormat`](http://docs.oracle.com/javase/6/docs/api/java/text/DecimalFormat.html)` = DecimalFormat("#.####")): String` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix2.kt#L156) +`fun toString(): String` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix2.kt#L187) \ No newline at end of file diff --git a/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix2/transpose.md b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix2/transpose.md new file mode 100644 index 0000000..8772b0e --- /dev/null +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix2/transpose.md @@ -0,0 +1,8 @@ +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedMatrix2](index.md) / [transpose](.) + +# transpose + +`fun transpose(): `[`StridedMatrix2`](index.md) [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix2.kt#L109) + +Constructs matrix transpose in O(1) time. + diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix3/-init-.md b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix3/-init-.md similarity index 74% rename from docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix3/-init-.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix3/-init-.md index d6ec0e0..e544f51 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix3/-init-.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix3/-init-.md @@ -1,4 +1,4 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedMatrix3](index.md) / [<init>](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedMatrix3](index.md) / [<init>](.) # <init> diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix3/check-dimensions.md b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix3/check-dimensions.md similarity index 66% rename from docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix3/check-dimensions.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix3/check-dimensions.md index bf0ce08..345b060 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix3/check-dimensions.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix3/check-dimensions.md @@ -1,8 +1,8 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedMatrix3](index.md) / [checkDimensions](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedMatrix3](index.md) / [checkDimensions](.) # checkDimensions -`fun checkDimensions(other: `[`StridedMatrix3`](index.md)`): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix3.kt#L174) +`fun checkDimensions(other: `[`StridedMatrix3`](index.md)`): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix3.kt#L177) Ensures a given matrix has the same dimensions as this matrix. diff --git a/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix3/column-stride.md b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix3/column-stride.md new file mode 100644 index 0000000..785a20e --- /dev/null +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix3/column-stride.md @@ -0,0 +1,5 @@ +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedMatrix3](index.md) / [columnStride](.) + +# columnStride + +`val columnStride: Int` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix3.kt#L14) \ No newline at end of file diff --git a/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix3/columns-number.md b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix3/columns-number.md new file mode 100644 index 0000000..8df2d4e --- /dev/null +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix3/columns-number.md @@ -0,0 +1,5 @@ +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedMatrix3](index.md) / [columnsNumber](.) + +# columnsNumber + +`val columnsNumber: Int` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix3.kt#L12) \ No newline at end of file diff --git a/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix3/copy-to.md b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix3/copy-to.md new file mode 100644 index 0000000..f46b455 --- /dev/null +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix3/copy-to.md @@ -0,0 +1,5 @@ +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedMatrix3](index.md) / [copyTo](.) + +# copyTo + +`fun copyTo(other: `[`StridedMatrix3`](index.md)`): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix3.kt#L73) \ No newline at end of file diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix3/copy.md b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix3/copy.md similarity index 54% rename from docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix3/copy.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix3/copy.md index fc8bd50..fdf5f8b 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix3/copy.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix3/copy.md @@ -1,8 +1,8 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedMatrix3](index.md) / [copy](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedMatrix3](index.md) / [copy](.) # copy -`fun copy(): `[`StridedMatrix3`](index.md) [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix3.kt#L65) +`fun copy(): `[`StridedMatrix3`](index.md) [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix3.kt#L67) Overrides [FlatMatrixOps.copy](../-flat-matrix-ops/copy.md) diff --git a/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix3/data.md b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix3/data.md new file mode 100644 index 0000000..15b1965 --- /dev/null +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix3/data.md @@ -0,0 +1,5 @@ +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedMatrix3](index.md) / [data](.) + +# data + +`val data: DoubleArray` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix3.kt#L13) \ No newline at end of file diff --git a/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix3/depth-stride.md b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix3/depth-stride.md new file mode 100644 index 0000000..d93f8da --- /dev/null +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix3/depth-stride.md @@ -0,0 +1,5 @@ +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedMatrix3](index.md) / [depthStride](.) + +# depthStride + +`val depthStride: Int` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix3.kt#L14) \ No newline at end of file diff --git a/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix3/depth.md b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix3/depth.md new file mode 100644 index 0000000..6a0a7e8 --- /dev/null +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix3/depth.md @@ -0,0 +1,5 @@ +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedMatrix3](index.md) / [depth](.) + +# depth + +`val depth: Int` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix3.kt#L12) \ No newline at end of file diff --git a/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix3/equals.md b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix3/equals.md new file mode 100644 index 0000000..b3ac9bf --- /dev/null +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix3/equals.md @@ -0,0 +1,5 @@ +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedMatrix3](index.md) / [equals](.) + +# equals + +`fun equals(other: Any?): Boolean` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix3.kt#L147) \ No newline at end of file diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix3/flatten.md b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix3/flatten.md similarity index 72% rename from docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix3/flatten.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix3/flatten.md index fba409c..bb2cd35 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix3/flatten.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix3/flatten.md @@ -1,8 +1,8 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedMatrix3](index.md) / [flatten](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedMatrix3](index.md) / [flatten](.) # flatten -`fun flatten(): `[`StridedVector`](../-strided-vector/index.md) [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix3.kt#L81) +`fun flatten(): `[`StridedVector`](../-strided-vector/index.md) [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix3.kt#L83) Overrides [FlatMatrixOps.flatten](../-flat-matrix-ops/flatten.md) diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix3/get.md b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix3/get.md similarity index 51% rename from docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix3/get.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix3/get.md index 88a8355..49c6c88 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix3/get.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix3/get.md @@ -1,7 +1,7 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedMatrix3](index.md) / [get](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedMatrix3](index.md) / [get](.) # get -`operator fun get(d: Int, r: Int, c: Int): Double` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix3.kt#L38) -`operator fun get(d: Int): `[`StridedMatrix2`](../-strided-matrix2/index.md) [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix3.kt#L86) -`operator fun get(d: Int, r: Int): `[`StridedVector`](../-strided-vector/index.md) [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix3.kt#L102) \ No newline at end of file +`operator fun get(d: Int, r: Int, c: Int): Double` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix3.kt#L40) +`operator fun get(d: Int): `[`StridedMatrix2`](../-strided-matrix2/index.md) [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix3.kt#L88) +`operator fun get(d: Int, r: Int): `[`StridedVector`](../-strided-vector/index.md) [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix3.kt#L104) \ No newline at end of file diff --git a/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix3/hash-code.md b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix3/hash-code.md new file mode 100644 index 0000000..d96d323 --- /dev/null +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix3/hash-code.md @@ -0,0 +1,5 @@ +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedMatrix3](index.md) / [hashCode](.) + +# hashCode + +`fun hashCode(): Int` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix3.kt#L168) \ No newline at end of file diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix3/index.md b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix3/index.md similarity index 92% rename from docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix3/index.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix3/index.md index 1b68b15..f3ae00d 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix3/index.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix3/index.md @@ -1,8 +1,8 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedMatrix3](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedMatrix3](.) # StridedMatrix3 -`class StridedMatrix3 : `[`FlatMatrixOps`](../-flat-matrix-ops/index.md)`` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix3.kt#L9) +`class StridedMatrix3 : `[`FlatMatrixOps`](../-flat-matrix-ops/index.md)`` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix3.kt#L11) A specialization of [StridedMatrix](../-strided-matrix/index.md) for 3-D data. @@ -45,7 +45,7 @@ Sergei Lebedev | [hashCode](hash-code.md) | `fun hashCode(): Int` | | [set](set.md) | `operator fun set(d: Int, r: Int, c: Int, value: Double): Unit`
`operator fun set(d: Int, other: `[`StridedMatrix2`](../-strided-matrix2/index.md)`): Unit`
`operator fun set(d: Int, other: Double): Unit`
`operator fun set(d: Int, r: Int, other: Double): Unit`
`operator fun set(d: Int, r: Int, other: `[`StridedVector`](../-strided-vector/index.md)`): Unit` | | [toArray](to-array.md) | `fun toArray(): Array>` | -| [toString](to-string.md) | `fun toString(): String` | +| [toString](to-string.md) | `fun toString(maxDisplay: Int, format: `[`DecimalFormat`](http://docs.oracle.com/javase/6/docs/api/java/text/DecimalFormat.html)` = DecimalFormat("#.####")): String`
`fun toString(): String` | | [view](view.md) | `fun view(d: Int): `[`StridedMatrix2`](../-strided-matrix2/index.md) | ### Inherited Functions diff --git a/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix3/offset.md b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix3/offset.md new file mode 100644 index 0000000..50e510a --- /dev/null +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix3/offset.md @@ -0,0 +1,5 @@ +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedMatrix3](index.md) / [offset](.) + +# offset + +`val offset: Int` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix3.kt#L13) \ No newline at end of file diff --git a/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix3/row-stride.md b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix3/row-stride.md new file mode 100644 index 0000000..e595d9b --- /dev/null +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix3/row-stride.md @@ -0,0 +1,5 @@ +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedMatrix3](index.md) / [rowStride](.) + +# rowStride + +`val rowStride: Int` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix3.kt#L14) \ No newline at end of file diff --git a/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix3/rows-number.md b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix3/rows-number.md new file mode 100644 index 0000000..9a525d4 --- /dev/null +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix3/rows-number.md @@ -0,0 +1,5 @@ +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedMatrix3](index.md) / [rowsNumber](.) + +# rowsNumber + +`val rowsNumber: Int` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix3.kt#L12) \ No newline at end of file diff --git a/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix3/set.md b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix3/set.md new file mode 100644 index 0000000..28b0e44 --- /dev/null +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix3/set.md @@ -0,0 +1,9 @@ +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedMatrix3](index.md) / [set](.) + +# set + +`operator fun set(d: Int, r: Int, c: Int, value: Double): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix3.kt#L50) +`operator fun set(d: Int, other: `[`StridedMatrix2`](../-strided-matrix2/index.md)`): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix3.kt#L90) +`operator fun set(d: Int, other: Double): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix3.kt#L92) +`operator fun set(d: Int, r: Int, other: Double): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix3.kt#L106) +`operator fun set(d: Int, r: Int, other: `[`StridedVector`](../-strided-vector/index.md)`): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix3.kt#L108) \ No newline at end of file diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix3/shape.md b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix3/shape.md similarity index 50% rename from docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix3/shape.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix3/shape.md index f030629..22afbf7 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix3/shape.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix3/shape.md @@ -1,8 +1,8 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedMatrix3](index.md) / [shape](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedMatrix3](index.md) / [shape](.) # shape -`val shape: IntArray` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix3.kt#L23) +`val shape: IntArray` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix3.kt#L25) Returns the shape of this matrix. diff --git a/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix3/to-array.md b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix3/to-array.md new file mode 100644 index 0000000..aac6f69 --- /dev/null +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix3/to-array.md @@ -0,0 +1,5 @@ +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedMatrix3](index.md) / [toArray](.) + +# toArray + +`fun toArray(): Array>` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix3.kt#L110) \ No newline at end of file diff --git a/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix3/to-string.md b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix3/to-string.md new file mode 100644 index 0000000..df28ae1 --- /dev/null +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix3/to-string.md @@ -0,0 +1,6 @@ +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedMatrix3](index.md) / [toString](.) + +# toString + +`fun toString(maxDisplay: Int, format: `[`DecimalFormat`](http://docs.oracle.com/javase/6/docs/api/java/text/DecimalFormat.html)` = DecimalFormat("#.####")): String` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix3.kt#L114) +`fun toString(): String` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix3.kt#L145) \ No newline at end of file diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix3/view.md b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix3/view.md similarity index 57% rename from docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix3/view.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix3/view.md index 0d2e4ec..cd4049a 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-matrix3/view.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-matrix3/view.md @@ -1,5 +1,5 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedMatrix3](index.md) / [view](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedMatrix3](index.md) / [view](.) # view -`fun view(d: Int): `[`StridedMatrix2`](../-strided-matrix2/index.md) [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix3.kt#L92) \ No newline at end of file +`fun view(d: Int): `[`StridedMatrix2`](../-strided-matrix2/index.md) [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix3.kt#L94) \ No newline at end of file diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/-t.md b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/-t.md similarity index 62% rename from docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/-t.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/-t.md index 9b47c3f..3acaeec 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/-t.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/-t.md @@ -1,8 +1,8 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedVector](index.md) / [T](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedVector](index.md) / [T](.) # T -`val T: `[`StridedMatrix2`](../-strided-matrix2/index.md) [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L128) +`val T: `[`StridedMatrix2`](../-strided-matrix2/index.md) [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L128) An alias for [transpose](transpose.md). diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/append.md b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/append.md similarity index 67% rename from docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/append.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/append.md index d68869f..fdcfe6c 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/append.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/append.md @@ -1,8 +1,8 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedVector](index.md) / [append](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedVector](index.md) / [append](.) # append -`fun append(other: `[`StridedVector`](index.md)`): `[`StridedVector`](index.md) [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L143) +`fun append(other: `[`StridedVector`](index.md)`): `[`StridedVector`](index.md) [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L143) Appends this vector to another vector. diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/concatenate.md b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/concatenate.md similarity index 72% rename from docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/concatenate.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/concatenate.md index 3739d19..31d479d 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/concatenate.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/concatenate.md @@ -1,8 +1,8 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedVector](index.md) / [concatenate](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedVector](index.md) / [concatenate](.) # concatenate -`@JvmStatic fun concatenate(first: `[`StridedVector`](index.md)`, vararg rest: `[`StridedVector`](index.md)`): `[`StridedVector`](index.md) [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L560) +`@JvmStatic fun concatenate(first: `[`StridedVector`](index.md)`, vararg rest: `[`StridedVector`](index.md)`): `[`StridedVector`](index.md) [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L560) Joins a sequence of vectors into a single vector. diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/contains.md b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/contains.md similarity index 57% rename from docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/contains.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/contains.md index 277d992..bc59302 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/contains.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/contains.md @@ -1,5 +1,5 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedVector](index.md) / [contains](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedVector](index.md) / [contains](.) # contains -`operator fun contains(other: Double): Boolean` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L103) \ No newline at end of file +`operator fun contains(other: Double): Boolean` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L103) \ No newline at end of file diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/copy-to.md b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/copy-to.md similarity index 74% rename from docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/copy-to.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/copy-to.md index aa5992b..8a179ce 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/copy-to.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/copy-to.md @@ -1,8 +1,8 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedVector](index.md) / [copyTo](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedVector](index.md) / [copyTo](.) # copyTo -`open fun copyTo(other: `[`StridedVector`](index.md)`): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L157) +`open fun copyTo(other: `[`StridedVector`](index.md)`): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L157) Copies the elements in this vector to [other](copy-to.md#org.jetbrains.bio.viktor.StridedVector$copyTo(org.jetbrains.bio.viktor.StridedVector)/other). diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/copy.md b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/copy.md similarity index 62% rename from docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/copy.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/copy.md index 4070876..e798df3 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/copy.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/copy.md @@ -1,8 +1,8 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedVector](index.md) / [copy](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedVector](index.md) / [copy](.) # copy -`fun copy(): `[`StridedVector`](index.md) [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L146) +`fun copy(): `[`StridedVector`](index.md) [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L146) Returns a copy of the elements in this vector. diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/cum-sum.md b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/cum-sum.md similarity index 64% rename from docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/cum-sum.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/cum-sum.md index 1e5bbc0..16371b4 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/cum-sum.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/cum-sum.md @@ -1,8 +1,8 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedVector](index.md) / [cumSum](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedVector](index.md) / [cumSum](.) # cumSum -`open fun cumSum(): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L218) +`open fun cumSum(): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L218) Computes cumulative sum of the elements. diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/data.md b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/data.md similarity index 55% rename from docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/data.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/data.md index 194a1d7..3a9d8ad 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/data.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/data.md @@ -1,8 +1,8 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedVector](index.md) / [data](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedVector](index.md) / [data](.) # data -`val data: DoubleArray` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L46) +`val data: DoubleArray` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L46) Raw data array. diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/div-assign.md b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/div-assign.md similarity index 62% rename from docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/div-assign.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/div-assign.md index 785b89f..c9ddd1d 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/div-assign.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/div-assign.md @@ -1,6 +1,6 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedVector](index.md) / [divAssign](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedVector](index.md) / [divAssign](.) # divAssign -`open operator fun divAssign(other: `[`StridedVector`](index.md)`): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L409) -`open operator fun divAssign(update: Double): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L418) \ No newline at end of file +`open operator fun divAssign(other: `[`StridedVector`](index.md)`): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L409) +`open operator fun divAssign(update: Double): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L418) \ No newline at end of file diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/div.md b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/div.md similarity index 61% rename from docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/div.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/div.md index e71f815..3436b77 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/div.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/div.md @@ -1,6 +1,6 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedVector](index.md) / [div](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedVector](index.md) / [div](.) # div -`operator fun div(other: `[`StridedVector`](index.md)`): ` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L407) -`operator fun div(update: Double): ` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L416) \ No newline at end of file +`operator fun div(other: `[`StridedVector`](index.md)`): ` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L407) +`operator fun div(update: Double): ` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L416) \ No newline at end of file diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/dot.md b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/dot.md similarity index 66% rename from docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/dot.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/dot.md index 8f164ce..2f63f37 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/dot.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/dot.md @@ -1,14 +1,14 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedVector](index.md) / [dot](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedVector](index.md) / [dot](.) # dot -`infix fun dot(other: ShortArray): Double` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L167) -`infix fun dot(other: IntArray): Double` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L172) -`infix fun dot(other: DoubleArray): Double` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L177) +`infix fun dot(other: ShortArray): Double` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L167) +`infix fun dot(other: IntArray): Double` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L172) +`infix fun dot(other: DoubleArray): Double` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L177) Computes a dot product of this vector with an array. -`open infix fun dot(other: `[`StridedVector`](index.md)`): Double` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L184) +`open infix fun dot(other: `[`StridedVector`](index.md)`): Double` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L184) Computes a dot product between the two vectors. diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/equals.md b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/equals.md similarity index 55% rename from docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/equals.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/equals.md index db27db9..a609bd2 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/equals.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/equals.md @@ -1,5 +1,5 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedVector](index.md) / [equals](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedVector](index.md) / [equals](.) # equals -`open fun equals(other: Any?): Boolean` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L484) \ No newline at end of file +`open fun equals(other: Any?): Boolean` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L484) \ No newline at end of file diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/exp-in-place.md b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/exp-in-place.md similarity index 65% rename from docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/exp-in-place.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/exp-in-place.md index fcafd77..4669276 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/exp-in-place.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/exp-in-place.md @@ -1,8 +1,8 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedVector](index.md) / [expInPlace](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedVector](index.md) / [expInPlace](.) # expInPlace -`open fun expInPlace(): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L247) +`open fun expInPlace(): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L247) Computes the exponent of each element of this vector. diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/exp.md b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/exp.md similarity index 52% rename from docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/exp.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/exp.md index 6a1aef1..de44fd5 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/exp.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/exp.md @@ -1,5 +1,5 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedVector](index.md) / [exp](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedVector](index.md) / [exp](.) # exp -`fun exp(): ` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L240) \ No newline at end of file +`fun exp(): ` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L240) \ No newline at end of file diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/expm1-in-place.md b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/expm1-in-place.md similarity index 67% rename from docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/expm1-in-place.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/expm1-in-place.md index 6478d61..94c7554 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/expm1-in-place.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/expm1-in-place.md @@ -1,8 +1,8 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedVector](index.md) / [expm1InPlace](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedVector](index.md) / [expm1InPlace](.) # expm1InPlace -`open fun expm1InPlace(): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L262) +`open fun expm1InPlace(): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L262) Computes exp(x) - 1 for each element of this vector. diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/expm1.md b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/expm1.md similarity index 53% rename from docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/expm1.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/expm1.md index 39a88d3..a938e05 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/expm1.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/expm1.md @@ -1,5 +1,5 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedVector](index.md) / [expm1](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedVector](index.md) / [expm1](.) # expm1 -`fun expm1(): ` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L253) \ No newline at end of file +`fun expm1(): ` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L253) \ No newline at end of file diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/fill.md b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/fill.md similarity index 54% rename from docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/fill.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/fill.md index 0fed5a3..450fc1f 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/fill.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/fill.md @@ -1,5 +1,5 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedVector](index.md) / [fill](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedVector](index.md) / [fill](.) # fill -`open fun fill(init: Double): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L113) \ No newline at end of file +`open fun fill(init: Double): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L113) \ No newline at end of file diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/full.md b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/full.md similarity index 72% rename from docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/full.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/full.md index ace6be6..9ff28d3 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/full.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/full.md @@ -1,8 +1,8 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedVector](index.md) / [full](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedVector](index.md) / [full](.) # full -`@JvmStatic fun full(size: Int, init: Double): `[`StridedVector`](index.md) [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L549) +`@JvmStatic fun full(size: Int, init: Double): `[`StridedVector`](index.md) [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L549) Creates an array filled with a given [init](full.md#org.jetbrains.bio.viktor.StridedVector.Companion$full(kotlin.Int, kotlin.Double)/init) element. diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/get.md b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/get.md similarity index 54% rename from docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/get.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/get.md index 3ee2452..a637e82 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/get.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/get.md @@ -1,5 +1,5 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedVector](index.md) / [get](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedVector](index.md) / [get](.) # get -`operator fun get(pos: Int): Double` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L59) \ No newline at end of file +`operator fun get(pos: Int): Double` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L59) \ No newline at end of file diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/hash-code.md b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/hash-code.md similarity index 54% rename from docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/hash-code.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/hash-code.md index 33e3e4b..abee3bf 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/hash-code.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/hash-code.md @@ -1,5 +1,5 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedVector](index.md) / [hashCode](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedVector](index.md) / [hashCode](.) # hashCode -`open fun hashCode(): Int` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L504) \ No newline at end of file +`open fun hashCode(): Int` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L504) \ No newline at end of file diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/index.md b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/index.md similarity index 96% rename from docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/index.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/index.md index 08f2ddb..055496b 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/index.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/index.md @@ -1,8 +1,8 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedVector](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedVector](.) # StridedVector -`open class StridedVector` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L44) +`open class StridedVector` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L44) A strided vector stored in a [DoubleArray](#). @@ -94,7 +94,7 @@ Sergei Lebedev | [times](times.md) | `operator fun times(other: StridedVector): `
`operator fun times(update: Double): ` | | [timesAssign](times-assign.md) | `open operator fun timesAssign(other: StridedVector): Unit`
`open operator fun timesAssign(update: Double): Unit` | | [toArray](to-array.md) | `open fun toArray(): DoubleArray` | -| [toString](to-string.md) | `open fun toString(): String` | +| [toString](to-string.md) | `fun toString(maxDisplay: Int, format: `[`DecimalFormat`](http://docs.oracle.com/javase/6/docs/api/java/text/DecimalFormat.html)` = DecimalFormat("#.####")): String`
`open fun toString(): String` | | [transpose](transpose.md) | `fun transpose(): `[`StridedMatrix2`](../-strided-matrix2/index.md)
Constructs a column-vector view of this vector in O(1) time. | | [unaryMinus](unary-minus.md) | `open operator fun unaryMinus(): StridedVector` | | [unaryPlus](unary-plus.md) | `operator fun unaryPlus(): StridedVector` | diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/indices.md b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/indices.md similarity index 53% rename from docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/indices.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/indices.md index 8278fd4..5109437 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/indices.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/indices.md @@ -1,5 +1,5 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedVector](index.md) / [indices](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedVector](index.md) / [indices](.) # indices -`val indices: IntRange` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L54) \ No newline at end of file +`val indices: IntRange` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L54) \ No newline at end of file diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/invoke.md b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/invoke.md similarity index 67% rename from docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/invoke.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/invoke.md index b8c7ab6..1a5aec8 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/invoke.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/invoke.md @@ -1,9 +1,9 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedVector](index.md) / [invoke](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedVector](index.md) / [invoke](.) # invoke -`operator fun invoke(size: Int): `[`StridedVector`](index.md) [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L523) +`operator fun invoke(size: Int): `[`StridedVector`](index.md) [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L523) Create a zero-filled vector of a given `size`. -`inline operator fun invoke(size: Int, block: (Int) -> Double): `[`StridedVector`](index.md) [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L525) \ No newline at end of file +`inline operator fun invoke(size: Int, block: (Int) -> Double): `[`StridedVector`](index.md) [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L525) \ No newline at end of file diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/is-empty.md b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/is-empty.md similarity index 53% rename from docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/is-empty.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/is-empty.md index d2f9af3..d5ede1a 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/is-empty.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/is-empty.md @@ -1,5 +1,5 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedVector](index.md) / [isEmpty](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedVector](index.md) / [isEmpty](.) # isEmpty -`fun isEmpty(): Boolean` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L424) \ No newline at end of file +`fun isEmpty(): Boolean` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L424) \ No newline at end of file diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/is-not-empty.md b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/is-not-empty.md similarity index 55% rename from docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/is-not-empty.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/is-not-empty.md index f95954c..fc06740 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/is-not-empty.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/is-not-empty.md @@ -1,5 +1,5 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedVector](index.md) / [isNotEmpty](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedVector](index.md) / [isNotEmpty](.) # isNotEmpty -`fun isNotEmpty(): Boolean` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L426) \ No newline at end of file +`fun isNotEmpty(): Boolean` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L426) \ No newline at end of file diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/iterator.md b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/iterator.md similarity index 63% rename from docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/iterator.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/iterator.md index 8a46b51..cd4583b 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/iterator.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/iterator.md @@ -1,8 +1,8 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedVector](index.md) / [iterator](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedVector](index.md) / [iterator](.) # iterator -`operator fun iterator(): DoubleIterator` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L431) +`operator fun iterator(): DoubleIterator` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L431) Creates an iterator over the elements of the array. diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/log-add-exp.md b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/log-add-exp.md similarity index 65% rename from docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/log-add-exp.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/log-add-exp.md index f0910cc..d302c5c 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/log-add-exp.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/log-add-exp.md @@ -1,6 +1,6 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedVector](index.md) / [logAddExp](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedVector](index.md) / [logAddExp](.) # logAddExp -`infix fun logAddExp(other: `[`StridedVector`](index.md)`): ` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L333) -`open fun logAddExp(other: `[`StridedVector`](index.md)`, dst: `[`StridedVector`](index.md)`): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L335) \ No newline at end of file +`infix fun logAddExp(other: `[`StridedVector`](index.md)`): ` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L333) +`open fun logAddExp(other: `[`StridedVector`](index.md)`, dst: `[`StridedVector`](index.md)`): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L335) \ No newline at end of file diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/log-in-place.md b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/log-in-place.md similarity index 66% rename from docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/log-in-place.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/log-in-place.md index 6a9e368..63832d7 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/log-in-place.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/log-in-place.md @@ -1,8 +1,8 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedVector](index.md) / [logInPlace](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedVector](index.md) / [logInPlace](.) # logInPlace -`open fun logInPlace(): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L275) +`open fun logInPlace(): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L275) Computes the natural log of each element of this vector. diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/log-rescale.md b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/log-rescale.md similarity index 69% rename from docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/log-rescale.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/log-rescale.md index e43257b..93567eb 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/log-rescale.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/log-rescale.md @@ -1,8 +1,8 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedVector](index.md) / [logRescale](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedVector](index.md) / [logRescale](.) # logRescale -`open fun logRescale(): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L312) +`open fun logRescale(): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L312) Rescales the element so that the exponent of the sum is 1.0. diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/log-sum-exp.md b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/log-sum-exp.md similarity index 65% rename from docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/log-sum-exp.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/log-sum-exp.md index c3d9975..12903fd 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/log-sum-exp.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/log-sum-exp.md @@ -1,8 +1,8 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedVector](index.md) / [logSumExp](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedVector](index.md) / [logSumExp](.) # logSumExp -`open fun logSumExp(): Double` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L323) +`open fun logSumExp(): Double` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L323) Computes diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/log.md b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/log.md similarity index 52% rename from docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/log.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/log.md index b4bbc74..d9f00ed 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/log.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/log.md @@ -1,5 +1,5 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedVector](index.md) / [log](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedVector](index.md) / [log](.) # log -`fun log(): ` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L268) \ No newline at end of file +`fun log(): ` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L268) \ No newline at end of file diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/log1p-in-place.md b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/log1p-in-place.md similarity index 67% rename from docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/log1p-in-place.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/log1p-in-place.md index adbeb7a..57c84e2 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/log1p-in-place.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/log1p-in-place.md @@ -1,8 +1,8 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedVector](index.md) / [log1pInPlace](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedVector](index.md) / [log1pInPlace](.) # log1pInPlace -`open fun log1pInPlace(): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L290) +`open fun log1pInPlace(): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L290) Computes log(1 + x) for each element of this vector. diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/log1p.md b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/log1p.md similarity index 53% rename from docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/log1p.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/log1p.md index e293e3c..f4324b3 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/log1p.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/log1p.md @@ -1,5 +1,5 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedVector](index.md) / [log1p](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedVector](index.md) / [log1p](.) # log1p -`fun log1p(): ` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L281) \ No newline at end of file +`fun log1p(): ` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L281) \ No newline at end of file diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/max.md b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/max.md similarity index 61% rename from docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/max.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/max.md index b036ab9..0fa7b92 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/max.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/max.md @@ -1,8 +1,8 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedVector](index.md) / [max](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedVector](index.md) / [max](.) # max -`open fun max(): Double` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L238) +`open fun max(): Double` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L238) Returns the maximum element. diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/mean.md b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/mean.md similarity index 62% rename from docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/mean.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/mean.md index 212892e..1c80f95 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/mean.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/mean.md @@ -1,8 +1,8 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedVector](index.md) / [mean](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedVector](index.md) / [mean](.) # mean -`open fun mean(): Double` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L191) +`open fun mean(): Double` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L191) Computes the mean of the elements. diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/min.md b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/min.md similarity index 61% rename from docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/min.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/min.md index 4a4e415..8269a6c 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/min.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/min.md @@ -1,8 +1,8 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedVector](index.md) / [min](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedVector](index.md) / [min](.) # min -`open fun min(): Double` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L231) +`open fun min(): Double` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L231) Returns the minimum element. diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/minus-assign.md b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/minus-assign.md similarity index 63% rename from docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/minus-assign.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/minus-assign.md index 30af18f..2291142 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/minus-assign.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/minus-assign.md @@ -1,6 +1,6 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedVector](index.md) / [minusAssign](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedVector](index.md) / [minusAssign](.) # minusAssign -`open operator fun minusAssign(other: `[`StridedVector`](index.md)`): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L375) -`open operator fun minusAssign(update: Double): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L384) \ No newline at end of file +`open operator fun minusAssign(other: `[`StridedVector`](index.md)`): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L375) +`open operator fun minusAssign(update: Double): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L384) \ No newline at end of file diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/minus.md b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/minus.md similarity index 61% rename from docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/minus.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/minus.md index 1467b47..d4d2e0e 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/minus.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/minus.md @@ -1,6 +1,6 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedVector](index.md) / [minus](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedVector](index.md) / [minus](.) # minus -`operator fun minus(other: `[`StridedVector`](index.md)`): ` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L373) -`operator fun minus(update: Double): ` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L382) \ No newline at end of file +`operator fun minus(other: `[`StridedVector`](index.md)`): ` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L373) +`operator fun minus(update: Double): ` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L382) \ No newline at end of file diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/of.md b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/of.md similarity index 65% rename from docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/of.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/of.md index 9220514..f71e5ae 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/of.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/of.md @@ -1,8 +1,8 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedVector](index.md) / [of](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedVector](index.md) / [of](.) # of -`@JvmStatic fun of(first: Double, vararg rest: Double): `[`StridedVector`](index.md) [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L536) +`@JvmStatic fun of(first: Double, vararg rest: Double): `[`StridedVector`](index.md) [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L536) Creates a vector with given elements. diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/offset.md b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/offset.md similarity index 60% rename from docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/offset.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/offset.md index 738d48f..de835b8 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/offset.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/offset.md @@ -1,8 +1,8 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedVector](index.md) / [offset](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedVector](index.md) / [offset](.) # offset -`val offset: Int` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L48) +`val offset: Int` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L48) Offset of the first vector element in the raw data array. diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/plus-assign.md b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/plus-assign.md similarity index 62% rename from docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/plus-assign.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/plus-assign.md index 885e23b..4404bd0 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/plus-assign.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/plus-assign.md @@ -1,6 +1,6 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedVector](index.md) / [plusAssign](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedVector](index.md) / [plusAssign](.) # plusAssign -`open operator fun plusAssign(other: `[`StridedVector`](index.md)`): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L358) -`open operator fun plusAssign(update: Double): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L367) \ No newline at end of file +`open operator fun plusAssign(other: `[`StridedVector`](index.md)`): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L358) +`open operator fun plusAssign(update: Double): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L367) \ No newline at end of file diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/plus.md b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/plus.md similarity index 61% rename from docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/plus.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/plus.md index e7ebf93..38b4338 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/plus.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/plus.md @@ -1,6 +1,6 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedVector](index.md) / [plus](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedVector](index.md) / [plus](.) # plus -`operator fun plus(other: `[`StridedVector`](index.md)`): ` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L356) -`operator fun plus(update: Double): ` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L365) \ No newline at end of file +`operator fun plus(other: `[`StridedVector`](index.md)`): ` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L356) +`operator fun plus(update: Double): ` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L365) \ No newline at end of file diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/rescale.md b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/rescale.md similarity index 64% rename from docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/rescale.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/rescale.md index 37b6dbe..0902945 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/rescale.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/rescale.md @@ -1,8 +1,8 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedVector](index.md) / [rescale](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedVector](index.md) / [rescale](.) # rescale -`fun rescale(): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L301) +`fun rescale(): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L301) Rescales the elements so that the sum is 1.0. diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/reverse.md b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/reverse.md similarity index 53% rename from docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/reverse.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/reverse.md index 6f51383..419be35 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/reverse.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/reverse.md @@ -1,5 +1,5 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedVector](index.md) / [reverse](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedVector](index.md) / [reverse](.) # reverse -`fun reverse(): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L119) \ No newline at end of file +`fun reverse(): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L119) \ No newline at end of file diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/sd.md b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/sd.md similarity index 65% rename from docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/sd.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/sd.md index 97f5f6e..684ff87 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/sd.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/sd.md @@ -1,8 +1,8 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedVector](index.md) / [sd](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedVector](index.md) / [sd](.) # sd -`open fun sd(): Double` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L200) +`open fun sd(): Double` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L200) Computes the unbiased standard deviation of the elements. diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/set.md b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/set.md similarity index 63% rename from docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/set.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/set.md index 60d0934..1591399 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/set.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/set.md @@ -1,7 +1,7 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedVector](index.md) / [set](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedVector](index.md) / [set](.) # set -`operator fun set(pos: Int, value: Double): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L72) -`operator fun set(any: `[`_I`](../_-i.md)`, init: Double): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L99) -`operator fun set(any: `[`_I`](../_-i.md)`, other: `[`StridedVector`](index.md)`): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L101) \ No newline at end of file +`operator fun set(pos: Int, value: Double): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L72) +`operator fun set(any: `[`_I`](../_-i.md)`, init: Double): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L99) +`operator fun set(any: `[`_I`](../_-i.md)`, other: `[`StridedVector`](index.md)`): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L101) \ No newline at end of file diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/shape.md b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/shape.md similarity index 58% rename from docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/shape.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/shape.md index b6db40f..6129232 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/shape.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/shape.md @@ -1,8 +1,8 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedVector](index.md) / [shape](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedVector](index.md) / [shape](.) # shape -`val shape: IntArray` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L57) +`val shape: IntArray` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L57) Returns the shape of this vector. diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/size.md b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/size.md similarity index 58% rename from docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/size.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/size.md index f3b451e..392c97d 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/size.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/size.md @@ -1,8 +1,8 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedVector](index.md) / [size](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedVector](index.md) / [size](.) # size -`val size: Int` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L50) +`val size: Int` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L50) Number of elements in the raw data array to use. diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/slice.md b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/slice.md similarity index 73% rename from docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/slice.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/slice.md index 771f26b..50fc5eb 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/slice.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/slice.md @@ -1,8 +1,8 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedVector](index.md) / [slice](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedVector](index.md) / [slice](.) # slice -`fun slice(from: Int, to: Int = size): `[`StridedVector`](index.md) [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L91) +`fun slice(from: Int, to: Int = size): `[`StridedVector`](index.md) [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L91) Creates a sliced view of this vector in O(1) time. diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/stochastic.md b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/stochastic.md similarity index 65% rename from docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/stochastic.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/stochastic.md index 386fda2..16dfb6d 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/stochastic.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/stochastic.md @@ -1,8 +1,8 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedVector](index.md) / [stochastic](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedVector](index.md) / [stochastic](.) # stochastic -`@JvmStatic fun stochastic(size: Int): `[`StridedVector`](index.md) [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L544) +`@JvmStatic fun stochastic(size: Int): `[`StridedVector`](index.md) [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L544) Creates an array with elements summing to one. diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/stride.md b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/stride.md similarity index 54% rename from docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/stride.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/stride.md index fb13f75..ca33d82 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/stride.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/stride.md @@ -1,8 +1,8 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedVector](index.md) / [stride](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedVector](index.md) / [stride](.) # stride -`val stride: Int` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L52) +`val stride: Int` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L52) Indexing step. diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/sum.md b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/sum.md similarity index 64% rename from docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/sum.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/sum.md index b3ef019..1c163b2 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/sum.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/sum.md @@ -1,8 +1,8 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedVector](index.md) / [sum](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedVector](index.md) / [sum](.) # sum -`open fun sum(): Double` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L211) +`open fun sum(): Double` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L211) Returns the sum of the elements using balanced summation. diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/times-assign.md b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/times-assign.md similarity index 63% rename from docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/times-assign.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/times-assign.md index 759c2d9..b419912 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/times-assign.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/times-assign.md @@ -1,6 +1,6 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedVector](index.md) / [timesAssign](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedVector](index.md) / [timesAssign](.) # timesAssign -`open operator fun timesAssign(other: `[`StridedVector`](index.md)`): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L392) -`open operator fun timesAssign(update: Double): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L401) \ No newline at end of file +`open operator fun timesAssign(other: `[`StridedVector`](index.md)`): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L392) +`open operator fun timesAssign(update: Double): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L401) \ No newline at end of file diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/times.md b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/times.md similarity index 61% rename from docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/times.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/times.md index 81cebf3..ca6b0d1 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/times.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/times.md @@ -1,6 +1,6 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedVector](index.md) / [times](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedVector](index.md) / [times](.) # times -`operator fun times(other: `[`StridedVector`](index.md)`): ` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L390) -`operator fun times(update: Double): ` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L399) \ No newline at end of file +`operator fun times(other: `[`StridedVector`](index.md)`): ` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L390) +`operator fun times(update: Double): ` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L399) \ No newline at end of file diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/to-array.md b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/to-array.md similarity index 55% rename from docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/to-array.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/to-array.md index 80ad7c3..315f3b0 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/to-array.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/to-array.md @@ -1,5 +1,5 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedVector](index.md) / [toArray](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedVector](index.md) / [toArray](.) # toArray -`open fun toArray(): DoubleArray` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L428) \ No newline at end of file +`open fun toArray(): DoubleArray` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L428) \ No newline at end of file diff --git a/docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/to-string.md b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/to-string.md new file mode 100644 index 0000000..b174483 --- /dev/null +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/to-string.md @@ -0,0 +1,6 @@ +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedVector](index.md) / [toString](.) + +# toString + +`fun toString(maxDisplay: Int, format: `[`DecimalFormat`](http://docs.oracle.com/javase/6/docs/api/java/text/DecimalFormat.html)` = DecimalFormat("#.####")): String` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L450) +`open fun toString(): String` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L482) \ No newline at end of file diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/transpose.md b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/transpose.md similarity index 74% rename from docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/transpose.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/transpose.md index 4029a6b..214d20b 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/transpose.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/transpose.md @@ -1,8 +1,8 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedVector](index.md) / [transpose](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedVector](index.md) / [transpose](.) # transpose -`fun transpose(): `[`StridedMatrix2`](../-strided-matrix2/index.md) [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L136) +`fun transpose(): `[`StridedMatrix2`](../-strided-matrix2/index.md) [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L136) Constructs a column-vector view of this vector in O(1) time. diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/unary-minus.md b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/unary-minus.md similarity index 59% rename from docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/unary-minus.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/unary-minus.md index 05c0b3e..1c285c0 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/unary-minus.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/unary-minus.md @@ -1,5 +1,5 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedVector](index.md) / [unaryMinus](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedVector](index.md) / [unaryMinus](.) # unaryMinus -`open operator fun unaryMinus(): `[`StridedVector`](index.md) [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L345) \ No newline at end of file +`open operator fun unaryMinus(): `[`StridedVector`](index.md) [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L345) \ No newline at end of file diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/unary-plus.md b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/unary-plus.md similarity index 58% rename from docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/unary-plus.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/unary-plus.md index 052baed..d8bedcf 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/unary-plus.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/unary-plus.md @@ -1,5 +1,5 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedVector](index.md) / [unaryPlus](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedVector](index.md) / [unaryPlus](.) # unaryPlus -`operator fun unaryPlus(): `[`StridedVector`](index.md) [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L343) \ No newline at end of file +`operator fun unaryPlus(): `[`StridedVector`](index.md) [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L343) \ No newline at end of file diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/unsafe-index.md b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/unsafe-index.md similarity index 58% rename from docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/unsafe-index.md rename to docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/unsafe-index.md index b5d2885..97e0bb4 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/-strided-vector/unsafe-index.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/-strided-vector/unsafe-index.md @@ -1,5 +1,5 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedVector](index.md) / [unsafeIndex](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [StridedVector](index.md) / [unsafeIndex](.) # unsafeIndex -`protected open fun unsafeIndex(pos: Int): Int` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L67) \ No newline at end of file +`protected open fun unsafeIndex(pos: Int): Int` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L67) \ No newline at end of file diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/_-i.md b/docs/0.3.5/org.jetbrains.bio.viktor/_-i.md similarity index 65% rename from docs/0.3.4/org.jetbrains.bio.viktor/_-i.md rename to docs/0.3.5/org.jetbrains.bio.viktor/_-i.md index 46c5db0..68c1f26 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/_-i.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/_-i.md @@ -1,8 +1,8 @@ -[0.3.4](../index.md) / [org.jetbrains.bio.viktor](index.md) / [_I](.) +[0.3.5](../index.md) / [org.jetbrains.bio.viktor](index.md) / [_I](.) # _I -`object _I` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedMagic.kt#L9) +`object _I` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedMagic.kt#L9) A special object used to denote all indices. diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/arg-max.md b/docs/0.3.5/org.jetbrains.bio.viktor/arg-max.md similarity index 60% rename from docs/0.3.4/org.jetbrains.bio.viktor/arg-max.md rename to docs/0.3.5/org.jetbrains.bio.viktor/arg-max.md index df3cec0..e10746e 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/arg-max.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/arg-max.md @@ -1,8 +1,8 @@ -[0.3.4](../index.md) / [org.jetbrains.bio.viktor](index.md) / [argMax](.) +[0.3.5](../index.md) / [org.jetbrains.bio.viktor](index.md) / [argMax](.) # argMax -`fun `[`StridedVector`](-strided-vector/index.md)`.argMax(): Int` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/Searching.kt#L42) +`fun `[`StridedVector`](-strided-vector/index.md)`.argMax(): Int` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/Searching.kt#L42) Returns the index of the maximum element. diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/arg-min.md b/docs/0.3.5/org.jetbrains.bio.viktor/arg-min.md similarity index 60% rename from docs/0.3.4/org.jetbrains.bio.viktor/arg-min.md rename to docs/0.3.5/org.jetbrains.bio.viktor/arg-min.md index 8680921..bfa1381 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/arg-min.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/arg-min.md @@ -1,8 +1,8 @@ -[0.3.4](../index.md) / [org.jetbrains.bio.viktor](index.md) / [argMin](.) +[0.3.5](../index.md) / [org.jetbrains.bio.viktor](index.md) / [argMin](.) # argMin -`fun `[`StridedVector`](-strided-vector/index.md)`.argMin(): Int` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/Searching.kt#L26) +`fun `[`StridedVector`](-strided-vector/index.md)`.argMin(): Int` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/Searching.kt#L26) Returns the index of the minimum element. diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/arg-sort.md b/docs/0.3.5/org.jetbrains.bio.viktor/arg-sort.md similarity index 70% rename from docs/0.3.4/org.jetbrains.bio.viktor/arg-sort.md rename to docs/0.3.5/org.jetbrains.bio.viktor/arg-sort.md index 26c2e8f..5bdb61d 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/arg-sort.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/arg-sort.md @@ -1,8 +1,8 @@ -[0.3.4](../index.md) / [org.jetbrains.bio.viktor](index.md) / [argSort](.) +[0.3.5](../index.md) / [org.jetbrains.bio.viktor](index.md) / [argSort](.) # argSort -`fun `[`StridedVector`](-strided-vector/index.md)`.argSort(reverse: Boolean = false): IntArray` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/Sorting.kt#L20) +`fun `[`StridedVector`](-strided-vector/index.md)`.argSort(reverse: Boolean = false): IntArray` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/Sorting.kt#L20) Returns a permutation of indices which makes the vector sorted. diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/index.md b/docs/0.3.5/org.jetbrains.bio.viktor/index.md similarity index 98% rename from docs/0.3.4/org.jetbrains.bio.viktor/index.md rename to docs/0.3.5/org.jetbrains.bio.viktor/index.md index e7b1cda..ade9eec 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/index.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/index.md @@ -1,4 +1,4 @@ -[0.3.4](../index.md) / [org.jetbrains.bio.viktor](.) +[0.3.5](../index.md) / [org.jetbrains.bio.viktor](.) ## Package org.jetbrains.bio.viktor diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/kotlin.-double-array/as-strided.md b/docs/0.3.5/org.jetbrains.bio.viktor/kotlin.-double-array/as-strided.md similarity index 70% rename from docs/0.3.4/org.jetbrains.bio.viktor/kotlin.-double-array/as-strided.md rename to docs/0.3.5/org.jetbrains.bio.viktor/kotlin.-double-array/as-strided.md index 7dbfa5a..8dea9a3 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/kotlin.-double-array/as-strided.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/kotlin.-double-array/as-strided.md @@ -1,8 +1,8 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [kotlin.DoubleArray](index.md) / [asStrided](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [kotlin.DoubleArray](index.md) / [asStrided](.) # asStrided -`fun DoubleArray.asStrided(offset: Int = 0, size: Int = this.size): `[`StridedVector`](../-strided-vector/index.md) [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L10) +`fun DoubleArray.asStrided(offset: Int = 0, size: Int = this.size): `[`StridedVector`](../-strided-vector/index.md) [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt#L10) Wraps a given array of elements. The array will not be copied. diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/kotlin.-double-array/index.md b/docs/0.3.5/org.jetbrains.bio.viktor/kotlin.-double-array/index.md similarity index 82% rename from docs/0.3.4/org.jetbrains.bio.viktor/kotlin.-double-array/index.md rename to docs/0.3.5/org.jetbrains.bio.viktor/kotlin.-double-array/index.md index 960cf21..9466293 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/kotlin.-double-array/index.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/kotlin.-double-array/index.md @@ -1,4 +1,4 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [kotlin.DoubleArray](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [kotlin.DoubleArray](.) ### Extensions for kotlin.DoubleArray diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/kotlin.-double/div.md b/docs/0.3.5/org.jetbrains.bio.viktor/kotlin.-double/div.md similarity index 68% rename from docs/0.3.4/org.jetbrains.bio.viktor/kotlin.-double/div.md rename to docs/0.3.5/org.jetbrains.bio.viktor/kotlin.-double/div.md index 5c9a56a..d4045a6 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/kotlin.-double/div.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/kotlin.-double/div.md @@ -1,6 +1,6 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [kotlin.Double](index.md) / [div](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [kotlin.Double](index.md) / [div](.) # div -`operator fun Double.div(other: `[`StridedVector`](../-strided-vector/index.md)`): `[`StridedVector`](../-strided-vector/index.md) [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/DoubleExtensions.kt#L59) -`operator fun > Double.div(other: T): T` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/DoubleExtensions.kt#L65) \ No newline at end of file +`operator fun Double.div(other: `[`StridedVector`](../-strided-vector/index.md)`): `[`StridedVector`](../-strided-vector/index.md) [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/DoubleExtensions.kt#L59) +`operator fun > Double.div(other: T): T` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/DoubleExtensions.kt#L65) \ No newline at end of file diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/kotlin.-double/index.md b/docs/0.3.5/org.jetbrains.bio.viktor/kotlin.-double/index.md similarity index 94% rename from docs/0.3.4/org.jetbrains.bio.viktor/kotlin.-double/index.md rename to docs/0.3.5/org.jetbrains.bio.viktor/kotlin.-double/index.md index 7cae82e..65f41be 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/kotlin.-double/index.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/kotlin.-double/index.md @@ -1,4 +1,4 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [kotlin.Double](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [kotlin.Double](.) ### Extensions for kotlin.Double diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/kotlin.-double/log-add-exp.md b/docs/0.3.5/org.jetbrains.bio.viktor/kotlin.-double/log-add-exp.md similarity index 70% rename from docs/0.3.4/org.jetbrains.bio.viktor/kotlin.-double/log-add-exp.md rename to docs/0.3.5/org.jetbrains.bio.viktor/kotlin.-double/log-add-exp.md index 8bc9677..c2e0d05 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/kotlin.-double/log-add-exp.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/kotlin.-double/log-add-exp.md @@ -1,8 +1,8 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [kotlin.Double](index.md) / [logAddExp](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [kotlin.Double](index.md) / [logAddExp](.) # logAddExp -`infix fun Double.logAddExp(b: Double): Double` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/MoreMath.kt#L12) +`infix fun Double.logAddExp(b: Double): Double` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/MoreMath.kt#L12) Evaluates log(exp(a) + exp(b)) using the following trick diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/kotlin.-double/minus.md b/docs/0.3.5/org.jetbrains.bio.viktor/kotlin.-double/minus.md similarity index 68% rename from docs/0.3.4/org.jetbrains.bio.viktor/kotlin.-double/minus.md rename to docs/0.3.5/org.jetbrains.bio.viktor/kotlin.-double/minus.md index cf65743..a510d2a 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/kotlin.-double/minus.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/kotlin.-double/minus.md @@ -1,6 +1,6 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [kotlin.Double](index.md) / [minus](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [kotlin.Double](index.md) / [minus](.) # minus -`operator fun Double.minus(other: `[`StridedVector`](../-strided-vector/index.md)`): `[`StridedVector`](../-strided-vector/index.md) [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/DoubleExtensions.kt#L28) -`operator fun > Double.minus(other: T): T` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/DoubleExtensions.kt#L34) \ No newline at end of file +`operator fun Double.minus(other: `[`StridedVector`](../-strided-vector/index.md)`): `[`StridedVector`](../-strided-vector/index.md) [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/DoubleExtensions.kt#L28) +`operator fun > Double.minus(other: T): T` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/DoubleExtensions.kt#L34) \ No newline at end of file diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/kotlin.-double/plus.md b/docs/0.3.5/org.jetbrains.bio.viktor/kotlin.-double/plus.md similarity index 68% rename from docs/0.3.4/org.jetbrains.bio.viktor/kotlin.-double/plus.md rename to docs/0.3.5/org.jetbrains.bio.viktor/kotlin.-double/plus.md index 5b2eba3..bfbbd05 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/kotlin.-double/plus.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/kotlin.-double/plus.md @@ -1,6 +1,6 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [kotlin.Double](index.md) / [plus](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [kotlin.Double](index.md) / [plus](.) # plus -`inline operator fun Double.plus(other: `[`StridedVector`](../-strided-vector/index.md)`): ` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/DoubleExtensions.kt#L40) -`inline operator fun > Double.plus(other: T): ` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/DoubleExtensions.kt#L42) \ No newline at end of file +`inline operator fun Double.plus(other: `[`StridedVector`](../-strided-vector/index.md)`): ` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/DoubleExtensions.kt#L40) +`inline operator fun > Double.plus(other: T): ` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/DoubleExtensions.kt#L42) \ No newline at end of file diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/kotlin.-double/times.md b/docs/0.3.5/org.jetbrains.bio.viktor/kotlin.-double/times.md similarity index 68% rename from docs/0.3.4/org.jetbrains.bio.viktor/kotlin.-double/times.md rename to docs/0.3.5/org.jetbrains.bio.viktor/kotlin.-double/times.md index dbd76aa..b2ea19f 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/kotlin.-double/times.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/kotlin.-double/times.md @@ -1,6 +1,6 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [kotlin.Double](index.md) / [times](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [kotlin.Double](index.md) / [times](.) # times -`inline operator fun Double.times(other: `[`StridedVector`](../-strided-vector/index.md)`): ` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/DoubleExtensions.kt#L44) -`inline operator fun > Double.times(other: T): ` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/DoubleExtensions.kt#L46) \ No newline at end of file +`inline operator fun Double.times(other: `[`StridedVector`](../-strided-vector/index.md)`): ` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/DoubleExtensions.kt#L44) +`inline operator fun > Double.times(other: T): ` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/DoubleExtensions.kt#L46) \ No newline at end of file diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/org.jetbrains.bio.npy.-npy-array/as-strided-matrix2.md b/docs/0.3.5/org.jetbrains.bio.viktor/org.jetbrains.bio.npy.-npy-array/as-strided-matrix2.md similarity index 70% rename from docs/0.3.4/org.jetbrains.bio.viktor/org.jetbrains.bio.npy.-npy-array/as-strided-matrix2.md rename to docs/0.3.5/org.jetbrains.bio.viktor/org.jetbrains.bio.npy.-npy-array/as-strided-matrix2.md index c6a41c7..447833f 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/org.jetbrains.bio.npy.-npy-array/as-strided-matrix2.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/org.jetbrains.bio.npy.-npy-array/as-strided-matrix2.md @@ -1,8 +1,8 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [org.jetbrains.bio.npy.NpyArray](index.md) / [asStridedMatrix2](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [org.jetbrains.bio.npy.NpyArray](index.md) / [asStridedMatrix2](.) # asStridedMatrix2 -`fun NpyArray.asStridedMatrix2(): `[`StridedMatrix2`](../-strided-matrix2/index.md) [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/Serialization.kt#L12) +`fun NpyArray.asStridedMatrix2(): `[`StridedMatrix2`](../-strided-matrix2/index.md) [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/Serialization.kt#L12) Returns a view of the [NpyArray](#) as a 2-D strided matrix. diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/org.jetbrains.bio.npy.-npy-array/as-strided-matrix3.md b/docs/0.3.5/org.jetbrains.bio.viktor/org.jetbrains.bio.npy.-npy-array/as-strided-matrix3.md similarity index 70% rename from docs/0.3.4/org.jetbrains.bio.viktor/org.jetbrains.bio.npy.-npy-array/as-strided-matrix3.md rename to docs/0.3.5/org.jetbrains.bio.viktor/org.jetbrains.bio.npy.-npy-array/as-strided-matrix3.md index db53065..59d2f60 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/org.jetbrains.bio.npy.-npy-array/as-strided-matrix3.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/org.jetbrains.bio.npy.-npy-array/as-strided-matrix3.md @@ -1,8 +1,8 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [org.jetbrains.bio.npy.NpyArray](index.md) / [asStridedMatrix3](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [org.jetbrains.bio.npy.NpyArray](index.md) / [asStridedMatrix3](.) # asStridedMatrix3 -`fun NpyArray.asStridedMatrix3(): `[`StridedMatrix3`](../-strided-matrix3/index.md) [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/Serialization.kt#L18) +`fun NpyArray.asStridedMatrix3(): `[`StridedMatrix3`](../-strided-matrix3/index.md) [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/Serialization.kt#L18) Returns a view of the [NpyArray](#) as a 3-D strided matrix. diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/org.jetbrains.bio.npy.-npy-array/as-strided-vector.md b/docs/0.3.5/org.jetbrains.bio.viktor/org.jetbrains.bio.npy.-npy-array/as-strided-vector.md similarity index 69% rename from docs/0.3.4/org.jetbrains.bio.viktor/org.jetbrains.bio.npy.-npy-array/as-strided-vector.md rename to docs/0.3.5/org.jetbrains.bio.viktor/org.jetbrains.bio.npy.-npy-array/as-strided-vector.md index efe89f6..243a9fa 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/org.jetbrains.bio.npy.-npy-array/as-strided-vector.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/org.jetbrains.bio.npy.-npy-array/as-strided-vector.md @@ -1,8 +1,8 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [org.jetbrains.bio.npy.NpyArray](index.md) / [asStridedVector](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [org.jetbrains.bio.npy.NpyArray](index.md) / [asStridedVector](.) # asStridedVector -`fun NpyArray.asStridedVector(): `[`StridedVector`](../-strided-vector/index.md) [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/Serialization.kt#L9) +`fun NpyArray.asStridedVector(): `[`StridedVector`](../-strided-vector/index.md) [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/Serialization.kt#L9) Returns a view of the [NpyArray](#) as a strided vector. diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/org.jetbrains.bio.npy.-npy-array/index.md b/docs/0.3.5/org.jetbrains.bio.viktor/org.jetbrains.bio.npy.-npy-array/index.md similarity index 91% rename from docs/0.3.4/org.jetbrains.bio.viktor/org.jetbrains.bio.npy.-npy-array/index.md rename to docs/0.3.5/org.jetbrains.bio.viktor/org.jetbrains.bio.npy.-npy-array/index.md index 2cbbdcf..82cd423 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/org.jetbrains.bio.npy.-npy-array/index.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/org.jetbrains.bio.npy.-npy-array/index.md @@ -1,4 +1,4 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [org.jetbrains.bio.npy.NpyArray](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [org.jetbrains.bio.npy.NpyArray](.) ### Extensions for org.jetbrains.bio.npy.NpyArray diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/org.jetbrains.bio.npy.-npy-file/index.md b/docs/0.3.5/org.jetbrains.bio.viktor/org.jetbrains.bio.npy.-npy-file/index.md similarity index 94% rename from docs/0.3.4/org.jetbrains.bio.viktor/org.jetbrains.bio.npy.-npy-file/index.md rename to docs/0.3.5/org.jetbrains.bio.viktor/org.jetbrains.bio.npy.-npy-file/index.md index b7b34f8..075e310 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/org.jetbrains.bio.npy.-npy-file/index.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/org.jetbrains.bio.npy.-npy-file/index.md @@ -1,4 +1,4 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [org.jetbrains.bio.npy.NpyFile](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [org.jetbrains.bio.npy.NpyFile](.) ### Extensions for org.jetbrains.bio.npy.NpyFile diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/org.jetbrains.bio.npy.-npy-file/write.md b/docs/0.3.5/org.jetbrains.bio.viktor/org.jetbrains.bio.npy.-npy-file/write.md similarity index 83% rename from docs/0.3.4/org.jetbrains.bio.viktor/org.jetbrains.bio.npy.-npy-file/write.md rename to docs/0.3.5/org.jetbrains.bio.viktor/org.jetbrains.bio.npy.-npy-file/write.md index 034445d..58f80da 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/org.jetbrains.bio.npy.-npy-file/write.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/org.jetbrains.bio.npy.-npy-file/write.md @@ -1,16 +1,16 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [org.jetbrains.bio.npy.NpyFile](index.md) / [write](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [org.jetbrains.bio.npy.NpyFile](index.md) / [write](.) # write -`fun NpyFile.write(path: `[`Path`](http://docs.oracle.com/javase/6/docs/api/java/nio/file/Path.html)`, v: `[`StridedVector`](../-strided-vector/index.md)`): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/Serialization.kt#L24) +`fun NpyFile.write(path: `[`Path`](http://docs.oracle.com/javase/6/docs/api/java/nio/file/Path.html)`, v: `[`StridedVector`](../-strided-vector/index.md)`): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/Serialization.kt#L24) Writes a given vector to [path](write.md#org.jetbrains.bio.viktor$write(org.jetbrains.bio.npy.NpyFile, java.nio.file.Path, org.jetbrains.bio.viktor.StridedVector)/path) in NPY format. -`fun NpyFile.write(path: `[`Path`](http://docs.oracle.com/javase/6/docs/api/java/nio/file/Path.html)`, m: `[`StridedMatrix2`](../-strided-matrix2/index.md)`): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/Serialization.kt#L29) +`fun NpyFile.write(path: `[`Path`](http://docs.oracle.com/javase/6/docs/api/java/nio/file/Path.html)`, m: `[`StridedMatrix2`](../-strided-matrix2/index.md)`): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/Serialization.kt#L29) Writes a given 2-D matrix to [path](write.md#org.jetbrains.bio.viktor$write(org.jetbrains.bio.npy.NpyFile, java.nio.file.Path, org.jetbrains.bio.viktor.StridedMatrix2)/path) in NPY format. -`fun NpyFile.write(path: `[`Path`](http://docs.oracle.com/javase/6/docs/api/java/nio/file/Path.html)`, m: `[`StridedMatrix3`](../-strided-matrix3/index.md)`): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/Serialization.kt#L34) +`fun NpyFile.write(path: `[`Path`](http://docs.oracle.com/javase/6/docs/api/java/nio/file/Path.html)`, m: `[`StridedMatrix3`](../-strided-matrix3/index.md)`): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/Serialization.kt#L34) Writes a given 3-D matrix to [path](write.md#org.jetbrains.bio.viktor$write(org.jetbrains.bio.npy.NpyFile, java.nio.file.Path, org.jetbrains.bio.viktor.StridedMatrix3)/path) in NPY format. diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/org.jetbrains.bio.npy.-npz-file.-writer/index.md b/docs/0.3.5/org.jetbrains.bio.viktor/org.jetbrains.bio.npy.-npz-file.-writer/index.md similarity index 94% rename from docs/0.3.4/org.jetbrains.bio.viktor/org.jetbrains.bio.npy.-npz-file.-writer/index.md rename to docs/0.3.5/org.jetbrains.bio.viktor/org.jetbrains.bio.npy.-npz-file.-writer/index.md index 804c1d0..44fb9f8 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/org.jetbrains.bio.npy.-npz-file.-writer/index.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/org.jetbrains.bio.npy.-npz-file.-writer/index.md @@ -1,4 +1,4 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [org.jetbrains.bio.npy.NpzFile.Writer](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [org.jetbrains.bio.npy.NpzFile.Writer](.) ### Extensions for org.jetbrains.bio.npy.NpzFile.Writer diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/org.jetbrains.bio.npy.-npz-file.-writer/write.md b/docs/0.3.5/org.jetbrains.bio.viktor/org.jetbrains.bio.npy.-npz-file.-writer/write.md similarity index 82% rename from docs/0.3.4/org.jetbrains.bio.viktor/org.jetbrains.bio.npy.-npz-file.-writer/write.md rename to docs/0.3.5/org.jetbrains.bio.viktor/org.jetbrains.bio.npy.-npz-file.-writer/write.md index 5f716a7..a388374 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/org.jetbrains.bio.npy.-npz-file.-writer/write.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/org.jetbrains.bio.npy.-npz-file.-writer/write.md @@ -1,16 +1,16 @@ -[0.3.4](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [org.jetbrains.bio.npy.NpzFile.Writer](index.md) / [write](.) +[0.3.5](../../index.md) / [org.jetbrains.bio.viktor](../index.md) / [org.jetbrains.bio.npy.NpzFile.Writer](index.md) / [write](.) # write -`fun Writer.write(name: String, v: `[`StridedVector`](../-strided-vector/index.md)`): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/Serialization.kt#L39) +`fun Writer.write(name: String, v: `[`StridedVector`](../-strided-vector/index.md)`): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/Serialization.kt#L39) Adds a given vector to an NPZ format under the specified [name](write.md#org.jetbrains.bio.viktor$write(org.jetbrains.bio.npy.NpzFile.Writer, kotlin.String, org.jetbrains.bio.viktor.StridedVector)/name). -`fun Writer.write(name: String, m: `[`StridedMatrix2`](../-strided-matrix2/index.md)`): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/Serialization.kt#L44) +`fun Writer.write(name: String, m: `[`StridedMatrix2`](../-strided-matrix2/index.md)`): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/Serialization.kt#L44) Writes a given 2-D matrix into an NPZ file under the specified [name](write.md#org.jetbrains.bio.viktor$write(org.jetbrains.bio.npy.NpzFile.Writer, kotlin.String, org.jetbrains.bio.viktor.StridedMatrix2)/name). -`fun Writer.write(name: String, m: `[`StridedMatrix3`](../-strided-matrix3/index.md)`): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/Serialization.kt#L49) +`fun Writer.write(name: String, m: `[`StridedMatrix3`](../-strided-matrix3/index.md)`): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/Serialization.kt#L49) Writes a given 3-D matrix into an NPZ file under the specified [name](write.md#org.jetbrains.bio.viktor$write(org.jetbrains.bio.npy.NpzFile.Writer, kotlin.String, org.jetbrains.bio.viktor.StridedMatrix3)/name). diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/partition.md b/docs/0.3.5/org.jetbrains.bio.viktor/partition.md similarity index 86% rename from docs/0.3.4/org.jetbrains.bio.viktor/partition.md rename to docs/0.3.5/org.jetbrains.bio.viktor/partition.md index 9d7e521..fe5e728 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/partition.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/partition.md @@ -1,8 +1,8 @@ -[0.3.4](../index.md) / [org.jetbrains.bio.viktor](index.md) / [partition](.) +[0.3.5](../index.md) / [org.jetbrains.bio.viktor](index.md) / [partition](.) # partition -`fun `[`StridedVector`](-strided-vector/index.md)`.partition(p: Int): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/Sorting.kt#L75) +`fun `[`StridedVector`](-strided-vector/index.md)`.partition(p: Int): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/Sorting.kt#L75) Partitions the vector. diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/quantile.md b/docs/0.3.5/org.jetbrains.bio.viktor/quantile.md similarity index 83% rename from docs/0.3.4/org.jetbrains.bio.viktor/quantile.md rename to docs/0.3.5/org.jetbrains.bio.viktor/quantile.md index f65261a..8df1e75 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/quantile.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/quantile.md @@ -1,8 +1,8 @@ -[0.3.4](../index.md) / [org.jetbrains.bio.viktor](index.md) / [quantile](.) +[0.3.5](../index.md) / [org.jetbrains.bio.viktor](index.md) / [quantile](.) # quantile -`fun `[`StridedVector`](-strided-vector/index.md)`.quantile(q: Double = 0.5, randomGenerator: RandomGenerator = DEFAULT_RANDOM): Double` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/Random.kt#L51) +`fun `[`StridedVector`](-strided-vector/index.md)`.quantile(q: Double = 0.5, randomGenerator: RandomGenerator = DEFAULT_RANDOM): Double` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/Random.kt#L51) Computes the [q](quantile.md#org.jetbrains.bio.viktor$quantile(org.jetbrains.bio.viktor.StridedVector, kotlin.Double, org.apache.commons.math3.random.RandomGenerator)/q)-th order statistic over this vector. diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/reorder.md b/docs/0.3.5/org.jetbrains.bio.viktor/reorder.md similarity index 65% rename from docs/0.3.4/org.jetbrains.bio.viktor/reorder.md rename to docs/0.3.5/org.jetbrains.bio.viktor/reorder.md index bde5e9b..b9909b2 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/reorder.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/reorder.md @@ -1,8 +1,8 @@ -[0.3.4](../index.md) / [org.jetbrains.bio.viktor](index.md) / [reorder](.) +[0.3.5](../index.md) / [org.jetbrains.bio.viktor](index.md) / [reorder](.) # reorder -`fun `[`StridedVector`](-strided-vector/index.md)`.reorder(indices: IntArray): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/Sorting.kt#L41) +`fun `[`StridedVector`](-strided-vector/index.md)`.reorder(indices: IntArray): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/Sorting.kt#L41) Applies a given permutation of indices to the elements in the vector. diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/reshape.md b/docs/0.3.5/org.jetbrains.bio.viktor/reshape.md similarity index 66% rename from docs/0.3.4/org.jetbrains.bio.viktor/reshape.md rename to docs/0.3.5/org.jetbrains.bio.viktor/reshape.md index c3a9d31..0763994 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/reshape.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/reshape.md @@ -1,9 +1,9 @@ -[0.3.4](../index.md) / [org.jetbrains.bio.viktor](index.md) / [reshape](.) +[0.3.5](../index.md) / [org.jetbrains.bio.viktor](index.md) / [reshape](.) # reshape -`fun `[`StridedVector`](-strided-vector/index.md)`.reshape(depth: Int, numRows: Int, numColumns: Int): `[`StridedMatrix3`](-strided-matrix3/index.md) [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix3.kt#L182) -`fun `[`StridedVector`](-strided-vector/index.md)`.reshape(numRows: Int, numColumns: Int): `[`StridedMatrix2`](-strided-matrix2/index.md) [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix2.kt#L224) +`fun `[`StridedVector`](-strided-vector/index.md)`.reshape(depth: Int, numRows: Int, numColumns: Int): `[`StridedMatrix3`](-strided-matrix3/index.md) [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix3.kt#L185) +`fun `[`StridedVector`](-strided-vector/index.md)`.reshape(numRows: Int, numColumns: Int): `[`StridedMatrix2`](-strided-matrix2/index.md) [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix2.kt#L226) Reshapes this vector into a matrix in row-major order. diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/search-sorted.md b/docs/0.3.5/org.jetbrains.bio.viktor/search-sorted.md similarity index 85% rename from docs/0.3.4/org.jetbrains.bio.viktor/search-sorted.md rename to docs/0.3.5/org.jetbrains.bio.viktor/search-sorted.md index 2cfe1c6..d35fa61 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/search-sorted.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/search-sorted.md @@ -1,8 +1,8 @@ -[0.3.4](../index.md) / [org.jetbrains.bio.viktor](index.md) / [searchSorted](.) +[0.3.5](../index.md) / [org.jetbrains.bio.viktor](index.md) / [searchSorted](.) # searchSorted -`fun `[`StridedVector`](-strided-vector/index.md)`.searchSorted(target: Double): Int` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/Searching.kt#L11) +`fun `[`StridedVector`](-strided-vector/index.md)`.searchSorted(target: Double): Int` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/Searching.kt#L11) Returns the insertion index of [target](search-sorted.md#org.jetbrains.bio.viktor$searchSorted(org.jetbrains.bio.viktor.StridedVector, kotlin.Double)/target) into a sorted vector. diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/shuffle.md b/docs/0.3.5/org.jetbrains.bio.viktor/shuffle.md similarity index 72% rename from docs/0.3.4/org.jetbrains.bio.viktor/shuffle.md rename to docs/0.3.5/org.jetbrains.bio.viktor/shuffle.md index c349217..ff144d3 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/shuffle.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/shuffle.md @@ -1,8 +1,8 @@ -[0.3.4](../index.md) / [org.jetbrains.bio.viktor](index.md) / [shuffle](.) +[0.3.5](../index.md) / [org.jetbrains.bio.viktor](index.md) / [shuffle](.) # shuffle -`fun `[`StridedVector`](-strided-vector/index.md)`.shuffle(randomGenerator: RandomGenerator = DEFAULT_RANDOM): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/Random.kt#L76) +`fun `[`StridedVector`](-strided-vector/index.md)`.shuffle(randomGenerator: RandomGenerator = DEFAULT_RANDOM): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/Random.kt#L76) Randomly permutes the elements of this vector. diff --git a/docs/0.3.4/org.jetbrains.bio.viktor/sort.md b/docs/0.3.5/org.jetbrains.bio.viktor/sort.md similarity index 74% rename from docs/0.3.4/org.jetbrains.bio.viktor/sort.md rename to docs/0.3.5/org.jetbrains.bio.viktor/sort.md index 65efb17..150497e 100644 --- a/docs/0.3.4/org.jetbrains.bio.viktor/sort.md +++ b/docs/0.3.5/org.jetbrains.bio.viktor/sort.md @@ -1,8 +1,8 @@ -[0.3.4](../index.md) / [org.jetbrains.bio.viktor](index.md) / [sort](.) +[0.3.5](../index.md) / [org.jetbrains.bio.viktor](index.md) / [sort](.) # sort -`fun `[`StridedVector`](-strided-vector/index.md)`.sort(reverse: Boolean = false): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.4/src/main/kotlin/org/jetbrains/bio/viktor/Sorting.kt#L13) +`fun `[`StridedVector`](-strided-vector/index.md)`.sort(reverse: Boolean = false): Unit` [(source)](https://github.com/JetBrains-Research/viktor/blob/0.3.5/src/main/kotlin/org/jetbrains/bio/viktor/Sorting.kt#L13) Sorts the elements in this vector in in descending order. diff --git a/gradle.properties b/gradle.properties index c20a1ec..d9a1c57 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -version=0.3.4 +version=0.3.5 org.gradle.configureondemand=true org.gradle.parallel=true diff --git a/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix2.kt b/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix2.kt index 0d8c87e..e55fd0a 100644 --- a/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix2.kt +++ b/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix2.kt @@ -1,5 +1,6 @@ package org.jetbrains.bio.viktor +import java.text.DecimalFormat import java.util.stream.IntStream import java.util.stream.Stream @@ -152,26 +153,27 @@ class StridedMatrix2 internal constructor( fun toArray() = Array(rowsNumber) { rowView(it).toArray() } - internal fun toString(maxDisplay: Int): String { + fun toString(maxDisplay: Int, + format: DecimalFormat = DecimalFormat("#.####")): String { val sb = StringBuilder() sb.append('[') if (maxDisplay < rowsNumber) { for (r in 0..maxDisplay / 2 - 1) { - sb.append(this[r].toString(maxDisplay)).append(", ") + sb.append(this[r].toString(maxDisplay, format)).append(", ") } sb.append("..., ") val leftover = maxDisplay - maxDisplay / 2 for (r in rowsNumber - leftover..rowsNumber - 1) { - sb.append(this[r].toString(maxDisplay)) + sb.append(this[r].toString(maxDisplay, format)) if (r < rowsNumber - 1) { sb.append(", ") } } } else { for (r in 0..rowsNumber - 1) { - sb.append(this[r].toString(maxDisplay)) + sb.append(this[r].toString(maxDisplay, format)) if (r < rowsNumber - 1) { sb.append(", ") } diff --git a/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix3.kt b/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix3.kt index ea05e2b..07fa902 100644 --- a/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix3.kt +++ b/src/main/kotlin/org/jetbrains/bio/viktor/StridedMatrix3.kt @@ -1,5 +1,7 @@ package org.jetbrains.bio.viktor +import java.text.DecimalFormat + /** * A specialization of [StridedMatrix] for 3-D data. * @@ -109,27 +111,28 @@ class StridedMatrix3 internal constructor( // XXX: abstract this copy-paste into an interface? See // [StridedMatrix2.toString]. - internal fun toString(maxDisplay: Int): String { + fun toString(maxDisplay: Int, + format: DecimalFormat = DecimalFormat("#.####")): String { val sb = StringBuilder() sb.append('[') - if (maxDisplay < rowsNumber) { + if (maxDisplay < depth) { for (r in 0..maxDisplay / 2 - 1) { - sb.append(this[r].toString(maxDisplay)).append(", ") + sb.append(this[r].toString(maxDisplay, format)).append(", ") } sb.append("..., ") val leftover = maxDisplay - maxDisplay / 2 - for (r in rowsNumber - leftover..rowsNumber - 1) { - sb.append(this[r].toString(maxDisplay)) - if (r < rowsNumber - 1) { + for (r in depth - leftover..depth - 1) { + sb.append(this[r].toString(maxDisplay, format)) + if (r < depth - 1) { sb.append(", ") } } } else { - for (r in 0..rowsNumber - 1) { - sb.append(this[r].toString(maxDisplay)) - if (r < rowsNumber - 1) { + for (r in 0..depth - 1) { + sb.append(this[r].toString(maxDisplay, format)) + if (r < depth - 1) { sb.append(", ") } } diff --git a/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt b/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt index f7e05ab..9731894 100644 --- a/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt +++ b/src/main/kotlin/org/jetbrains/bio/viktor/StridedVector.kt @@ -447,8 +447,8 @@ open class StridedVector internal constructor( else -> format(value) } - internal fun toString(maxDisplay: Int, - format: DecimalFormat = DecimalFormat("#.####")): String { + fun toString(maxDisplay: Int, + format: DecimalFormat = DecimalFormat("#.####")): String { val sb = StringBuilder() sb.append('[') diff --git a/src/test/kotlin/org/jetbrains/bio/viktor/StridedMatrix3Tests.kt b/src/test/kotlin/org/jetbrains/bio/viktor/StridedMatrix3Tests.kt index e736382..bacff51 100644 --- a/src/test/kotlin/org/jetbrains/bio/viktor/StridedMatrix3Tests.kt +++ b/src/test/kotlin/org/jetbrains/bio/viktor/StridedMatrix3Tests.kt @@ -148,5 +148,7 @@ class StridedMatrix3OpsTest { @Test fun _toString() { assertEquals("[]", StridedMatrix(0, 0, 0).toString()) assertEquals("[[[0]]]", StridedMatrix(1, 1, 1).toString()) + assertEquals("[[[0], [0]], [[0], [0]], [[0], [0]]]", + StridedMatrix(3, 2, 1).toString()) } } \ No newline at end of file