Skip to content

mat: rename Vector=>VecDense and add Vector interface

Sebastien Binet requested to merge vector-rename into master

Created by: kortschak

@btracey Please take a look.

We will need to go through and add type switching logic and change vector-consuming functions to take Vector instead of *VecDense

Updates #151 (closed).

Merge request reports