fslaborg / FSharp.Stats

statistical testing, linear algebra, machine learning, fitting and signal processing in F#
https://fslab.org/FSharp.Stats/
Other
205 stars 54 forks source link

add RowVector.map #134 #135

Closed bvenn closed 3 years ago

bvenn commented 3 years ago

regarding #134 add Matrix.mapRows add Matrix.mapCols add RowVector.map add Matrix.ofCols RowVector<Vector<float>> -> Matrix<float> add Matrix.ofRows Vector<RowVector<float>> -> Matrix<float> change Matrix.mapiRows from output type seq<#seq<'a>> to Vector<'b> change Matrix.mapiCols from output type seq<#seq<'a>> to RowVector<'b> deprecate Matrix.enumerateRowWise deprecate Matrix.enumerateColWise