]> www.ginac.de Git - ginac.git/blobdiff - ginac/matrix.h
* Supplement some (now deprecated) macros by inlined template functions:
[ginac.git] / ginac / matrix.h
index fac033a99ec8ed70e1a4df88521f67d3003410a5..b7f3f1ce6571eb33b81a218ff5ad2fc3dde58a3d 100644 (file)
@@ -134,7 +134,7 @@ inline matrix inverse(const matrix & m)
 
 // utility functions
 
-/** Return the matrix object handled by an ex.
+/** Return the matrix object handled by an ex.  Deprecated: use ex_to<matrix>().
  *  This is unsafe: you need to check the type first. */
 inline const matrix &ex_to_matrix(const ex &e)
 {