|
|
|
|
|
by jesuslop
249 days ago
|
|
ah, so you can get row vectors with a type cast in C but not column ones. While in Fortran and friends is the converse (if they casted). Yep that is more mathy. Linear map evaluation is linear combination of columns. EDIT: type cast or just single square bracket application in C |
|