#include <iostream>
#include <cla3p/dense.hpp>
#include <cla3p/algebra.hpp>
int main()
{
x = 3.;
y = 2.;
std::cout << "x:\n" << x;
std::cout << "y:\n" << y << "\n";
std::cout << "d1: " << d1 << std::endl;
std::cout << "d2: " << d2 << std::endl;
return 0;
}
VirtualRowvec< T_Scalar > transpose() const
Transpose the vector.
double real_t
Double precision real.
Definition scalar.hpp:44
T_Scalar dot(const dns::XxVector< T_Scalar > &x, const dns::XxVector< T_Scalar > &y)
Calculate vector dot product.
XxVector< real_t > RdVector
Double precision real vector.
Definition dense.hpp:31