![]() |
The Blaze library currently offers five dense vector types (StaticVector, DynamicVector, HybridVector, CustomVector, and UniformVector) and two sparse vector types (CompressedVector and ZeroVector). 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