8 lines
No EOL
122 B
C++
8 lines
No EOL
122 B
C++
#include <iostream>
|
|
#include <rotgen/matrix.hpp>
|
|
|
|
int main()
|
|
{
|
|
rotgen::matrix<double,5,5> x;
|
|
std::cout << x << "\n";
|
|
} |