Macaulay2 Engine
Loading...
Searching...
No Matches
mutablemat.hpp
Go to the documentation of this file.
1// Copyright 2005-2012 Michael E. Stillman
2
3#ifndef _mutable_mat_hpp_
4#define _mutable_mat_hpp_
5
35
36#include "mutablemat-defs.hpp"
37#include "SLP-defs.hpp"
38#include "mutablemat-imp.hpp"
39#include "SLP-imp.hpp"
40#endif
41
42// Local Variables:
43// compile-command: "make -C $M2BUILDDIR/Macaulay2/e "
44// indent-tabs-mode: nil
45// End:
Type declarations for the SLP DAG, its evaluator hierarchy, and the homotopy abstraction.
Templated SLEvaluatorConcrete<RT> — the per-ring SLP evaluator implementation.
MutableMat<Mat> — the templated bridge from DMat / SMat to the abstract MutableMatrix.
Template implementations of MutableMat<Mat> — linear-algebra methods plus the SLP-evaluator bridge.