Skip to content
Snippets Groups Projects
Commit 3ff07dc9 authored by Oliver Sander's avatar Oliver Sander
Browse files

Test construction of FieldMatrix from ScaledIdentityMatrix

[[Imported from SVN: r1700]]
parent bd5ad408
No related branches found
No related tags found
No related merge requests found
......@@ -46,6 +46,9 @@ void test_matrix()
std::cout << A << std::endl;
// print vector
std::cout << f << std::endl;
// Construction of FieldMatrix from ScaledIdentityMatrix
FieldMatrix<K,n,n> AFM = FieldMatrix<K,n,n>(A);
}
int main()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment