include/continewz/analytic_matrix.hpp File Reference
#include <continewz/analytic_vector.hpp>
#include <algebramix/series_matrix.hpp>
Go to the source code of this file.
Classes
Namespaces
Defines
Functions
- template<typename C , typename V > analytic< C, V > access (const analytic< matrix< C >, V > &f, nat i, nat j)
- template<typename C , typename V > matrix< analytic< C, V > > as_matrix (const analytic< matrix< C >, V > &f)
- template<typename C , typename V > analytic< matrix< C >, V > as_analytic (const matrix< analytic< C, V > > &m)
- template<typename C , typename V > analytic< matrix< C >, V > solve_matrix_lde_init (const analytic< matrix< C >, V > &f, const matrix< C > &c)
- template<typename C , typename V > matrix< analytic< C, V > > solve_lde (const matrix< analytic< C, V > > &f)
- template<typename C , typename V > matrix< analytic< C, V > > solve_lde_init (const matrix< analytic< C, V > > &f, const matrix< C > &c)
- STYPE_TO_TYPE (template< typename C, typename V >, as_matrix_type, analytic< matrix< C >, V >, matrix< analytic< C, V > >)
- template<typename C , typename V > matrix< Abs_type(C) > head_extremum (const analytic< matrix< C >, V > &f, const Abs_type(typename unvectorize< C >::val)&r, nat order, int type)
- template<typename C , typename V > analytic< matrix< C >, V > from_matrix (const matrix< analytic< C, V > > &m)
- template<typename C , typename V > matrix< analytic< C, V > > move (const matrix< analytic< C, V > > &m, const C &z)
- template<typename C , typename V > matrix< C > eval (const matrix< analytic< C, V > > &m, const C &z)
- template<typename C > list< C > straight_path (const C &start, const C &end, nat steps=5)
- template<typename C > list< C > circle_path (const C &start, const C ¢er, int orient=1, nat steps=17)
- template<typename C > list< C > delta_to_absolute (const list< C > &l, const C &pos=C(0))
- template<typename C > list< C > absolute_to_delta (const list< C > &l, const C &pos=C(0))
- template<typename T , typename C > T move (const T &x, const list< C > &p)
- template<typename C , typename V > matrix< C > connection_matrix (const matrix< analytic< C, V > > &m, const list< C > &p)
Define Documentation
| #define Analytic analytic<C,V> |
| #define Analytic_matrix analytic<matrix<C>,V> |
| #define Assume assume_bound<typename unvectorize<R >::val> |
| #define Matrix_analytic matrix<analytic<C,V> > |
| #define MR Abs_type(matrix<C> ) |
| #define Radius Abs_type(Scalar) |
| #define Scalar typename unvectorize<C>::val |
| #define TMPL template<typename C, typename V> |
| #define TMPL_DEF template<typename C, typename V> |