![]() |
The Blaze library currently offers four dense vector types (StaticVector, DynamicVector, HybridVector, and CustomVector) and one sparse vector type (CompressedVector). All vectors can be specified as either column vectors or row vectors:
Per default, all vectors in Blaze are column vectors:
Previous: Getting Started Next: Vector Types