|
CUV
0.9.201304091348
|
Functions | |
| template<class Dst , class Src > | |
| void | cuv::convert (Dst &dst, const Src &src) |
| Convert matrices and vectors between different formats. | |
| void cuv::convert | ( | Dst & | dst, |
| const Src & | src | ||
| ) |
Convert matrices and vectors between different formats.
| dst | Destination |
| src | Source |
This is a special-purpose function for weird cases. In general, you should use operator=.
Converts between:
1.8.1.2