Skip to content
Snippets Groups Projects
Commit c5f816a8 authored by Christian Engwer's avatar Christian Engwer
Browse files

as a present for markus I implemented an assignment for FieldMatrix.

example:

FieldMatrix<2,3> A;

A <<= 1,2,3, nextRow,
             3,4,5;

[[Imported from SVN: r5080]]
parent aebe7021
No related branches found
No related tags found
No related merge requests found
Loading
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