Skip to content

Wrapping more of BV

Jose E. Roman requested to merge jackhale/more-BV-wrapping into master

Created by: Jack S. Hale

Not ready for merge yet.

My colleague @elisa_schenone and I are doing a lot of work with collections of Vectors (BV) and it seems convenient to wrap BV further. Perhaps someone could comment if what we've done is correct style-wise before we invest more time.

We have the following list that we feel are most important:

GetColumn
GetSizes
MatMult
Dot
DotVec
DuplicateResize
GetActiveColumns
SetActiveColumns
InsertVec
InsertVecs
MatProject
NormColumn
Norm
Orthogonalize
ScaleColumn
Scale

Merge request reports