moved component out and about
This commit is contained in:
parent
75d55faa31
commit
75fb4c27f7
7 changed files with 59 additions and 29 deletions
|
@ -12,7 +12,6 @@ int main(int argc,char **argv) {
|
|||
|
||||
std::cout << "m = " << pw::serialize::matrix(m) << std::endl;
|
||||
|
||||
|
||||
std::cout << "row_stride() : " << m.row_stride() << std::endl;
|
||||
std::cout << "col_stride() : " << m.col_stride() << std::endl;
|
||||
std::cout << "rows() : " << m.rows() << std::endl;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue