#include <iostream>
#include <cla3p/dense.hpp>
int main()
{
y = -2.7;
z(0) = 3.;
z(1) = 2.;
z(2) = z(0) + z(1);
std::cout << "x:\n" << x << "\n";
std::cout << "y:\n" << y << "\n";
std::cout << "z:\n" << z;
return 0;
}
void fill(T_Scalar val)
Fill all elements with a value.
XxVector< real_t > RdVector
Double precision real vector.
Definition dense.hpp:31