We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e31b44 commit e50d37fCopy full SHA for e50d37f
src/utils.jl
@@ -43,7 +43,7 @@ Base.getindex(D::ColVecs, i) = ColVecs(view(D.X, :, i))
43
RowVecs(X::AbstractMatrix)
44
45
A lightweight wrapper for an `AbstractMatrix` to make it behave like a vector of vectors.
46
-Each vector represents a colum of the matrix
+Each vector represents a row of the matrix
47
"""
48
struct RowVecs{T, TX<:AbstractMatrix{T}, S} <: AbstractVector{S} # VecOfVecs{T, TX, S}
49
X::TX
0 commit comments