Implementation of rep_matrix returning an Eigen matrix with scalar type equal to the input scalar type.
Impl of rep_matrix returning an var_value<Eigen::Matrix> with a var scalar type.
- Template Parameters
-
| Ret | An Eigen type. |
| T | A Scalar type. |
- Parameters
-
| x | A Scalar whose values are propogated to all values in the return matrix. |
| m | Number or rows. |
| n | Number of columns. |
- Template Parameters
-
- Parameters
-
| x | A Scalar whose values are propogated to all values in the return matrix. |
| m | Number or rows. |
| n | Number of columns. |
Definition at line 24 of file rep_matrix.hpp.