Cpreprocessor::accu_t | |
▶Ccadabra::ActionBase | All actions derive from the ActionBase object, which defines the interface they need to implement |
Ccadabra::ActionAddCell | Add a cell to the notebook |
Ccadabra::ActionEraseText | Remove a text string starting at the indicated position, and with the indicated length, from the indicated cell |
Ccadabra::ActionInsertText | Add a text string (can be just a single character) at the point of the cursor |
Ccadabra::ActionPositionCursor | Position the cursor relative to the indicated cell |
Ccadabra::ActionRemoveCell | Remove a cell and all its child cells from the document |
Ccadabra::ActionSetRunStatus | Update the running status of the indicated cell |
Ccadabra::ActionSplitCell | Split a cell into two separate cells, at the point of the cursor |
▶CAlgorithm | |
Ccomponent | |
Csplit | Split an expression into terms or factors |
▶Calgorithm | |
Crename_dummies | |
▶Ccadabra::Algorithm | Base class for all algorithms, containing generic routines and in particular the logic for index classification |
Ccadabra::canonicalise | Canonicalise the index structure of a tensorial expression |
Ccadabra::collect_components | Collect terms inside a sum, merging their substitution rules |
Ccadabra::collect_factors | Collect symbolically equal factors in a product |
Ccadabra::collect_terms | Collect symbolically equal terms in a sum |
Ccadabra::combine | |
Ccadabra::complete | Complete a set of coordinate rules so that they also cover related tensors |
Ccadabra::decompose_product | Decompose a product of tensors by applying Young projectors |
Ccadabra::distribute | Distribute factors over a sum, that is, \( (A+B) C \rightarrow A C + B C \) |
▶Ccadabra::drop_keep_weight | |
Ccadabra::drop_weight | |
Ccadabra::keep_weight | |
Ccadabra::einsteinify | |
▶Ccadabra::eliminate_converter | |
Ccadabra::eliminate_metric | |
Ccadabra::eliminate_kronecker | |
Ccadabra::epsilon_to_delta | |
Ccadabra::evaluate | |
Ccadabra::expand | |
Ccadabra::expand_delta | |
Ccadabra::expand_diracbar | |
Ccadabra::expand_power | |
Ccadabra::factor_in | |
Ccadabra::factor_out | |
Ccadabra::fierz | |
Ccadabra::flatten_product | |
Ccadabra::flatten_sum | |
Ccadabra::indexsort | |
Ccadabra::integrate_by_parts | Integrate by parts away from the indicated derivative object |
Ccadabra::join_gamma | |
Ccadabra::keep_terms | |
Ccadabra::map_mma | Functionality to act with Mathematica on all scalar parts of an expression, and keep the result in-place |
Ccadabra::map_sympy | Functionality to act with Sympy on all scalar parts of an expression, and keep the result in-place |
Ccadabra::order | |
Ccadabra::product_rule | |
Ccadabra::reduce_delta | |
Ccadabra::rename_dummies | |
Ccadabra::replace_match | |
Ccadabra::rewrite_indices | |
Ccadabra::simplify | General purpose brute force scalar simplification algorithm |
Ccadabra::sort_product | |
Ccadabra::sort_spinors | |
Ccadabra::sort_sum | |
Ccadabra::split_gamma | |
Ccadabra::split_index | |
Ccadabra::substitute | Generic substitution algorithm |
Ccadabra::sym | |
▶Ccadabra::tab_basics | |
Ccadabra::lr_tensor | |
Ccadabra::tabdimension | |
Ccadabra::take_match | |
Ccadabra::unwrap | |
Ccadabra::vary | Generic variational derivative algorithm |
Ccadabra::young_project | |
Ccadabra::young_project_product | |
Ccadabra::young_project_tensor | |
CAppDelegate() | |
Csnoop::Snoop::AppEntry | C++ representation of a run entry |
▶CApplication | |
CCadabra | The Cadabra notebook application |
▶CBaseProperty | Helper class to ensure that all Python property objects derive from the same base class |
CProperty< T > | Property is a templated wrapper around a C++ property object |
CProgressMonitor::Block | |
CServer::Block | |
CServer::CatchOutput | Python output catching |
▶CClient | |
CMyClient | |
▶Ccombin::combinations_base< T > | |
Ccombin::combinations< T > | |
Ccombin::symm_helper< T > | |
Ccombin::symm_val_helper< T > | |
▶Ccombin::combinations_base< unsigned int > | |
Ccombin::combinations< unsigned int > | |
Ccombin::symm_helper< unsigned int > | |
Ccombin::symm_val_helper< unsigned int > | |
Ccadabra::ComputeThread | Base class which talks to the server and sends Action objects back to the DocumentThread |
CServer::Connection | |
Ccadabra::DataCell | DataCells are the basic building blocks for a document |
▶Ccadabra::DisplayBase | Base class for all display classes |
Ccadabra::DisplayMMA | Class to display expressions in a format that Mathematica can parse |
Ccadabra::DisplaySympy | Class to display expressions in a format that Sympy can parse |
Ccadabra::DisplayTerminal | Class to display expressions to the terminal |
Ccadabra::DisplayTeX | Class to handle display of expressions using LaTeX notation |
▶CDocumentThread | |
Ccadabra_osx::NotebookWindow | Objective-C++ class implementing DocumentThread and providing an OS-X notebook interface |
▶Ccadabra::DocumentThread | A base class with all the logic to manipulate a Cadabra notebook document |
Ccadabra::NotebookWindow | Each notebook has one main window which controls it |
▶Cenable_shared_from_this | |
Ccadabra::Ex | Basic storage class for symbolic mathemematical expressions |
CProperty< T > | Property is a templated wrapper around a C++ property object |
▶CEventBox | |
Ccadabra::TeXView | TeXView is a widget which knows how to turn a string into a LaTeX-rendered image and display that |
Ccadabra::Ex_comparator | A generic tree comparison class which will take into account index contractions and will also keep track of a replacement list for all types of cadabra wildcards |
Ccadabra::Ex_is_equivalent | Basic comparison operator for tree iterators, so we can use them as keys in maps |
Ccadabra::Ex_is_less | |
▶Cexception | |
Cexec_stream_t::error_t | |
Ccadabra::exchange | |
Cexec_stream_t | |
CExNode | ExNode is a combination of an Ex::iterator and an interface which we can use to manipulate the data pointed to by this iterator |
Ccadabra::str_node::flag_t | |
Csnoop::Flush | |
▶CGUIBase | |
Ccadabra_osx::NotebookWindow | Objective-C++ class implementing DocumentThread and providing an OS-X notebook interface |
▶Ccadabra::GUIBase | Abstract base class with methods that need to be implemented by any GUI |
Ccadabra::NotebookWindow | Each notebook has one main window which controls it |
Ccadabra::DataCell::id_t | Each cell is identified by a serial number 'id' which is used to keep track of it across network calls, and a bool indicating whether the client or the server has created this cell |
Ccadabra::exchange::identical_tensors_t | |
CImages | |
Ccadabra::Inherit< T > | If a property X derives from Inherit<Y>, and get<Y> is called on an object which has an X property (but no Y property), then the get<Y> will look at the non-index child of the object to see if that has a Y property |
▶Ccadabra::Inherit< SortOrder > | |
▶Ccadabra::Derivative | |
Ccadabra::ExteriorDerivative | |
Ccadabra::PartialDerivative | |
▶Citerator_base | |
Ccadabra::index_iterator | An iterator which iterates over indices even if they are at lower levels, i.e |
▶Cyngtab::filled_tableau< T >::iterator_base | |
Cyngtab::filled_tableau< T >::in_column_iterator | An iterator which stays inside a given column of a tableau |
Cyngtab::filled_tableau< T >::iterator | An iterator over all boxes of a tableau, left to right, top to bottom |
Ccadabra::Kernel | |
Ccadabra::keyval_t | Arguments to properties get parsed into a keyval_t structure |
Ccadabra::indexsort::less_indexed_treenode | |
Csnoop::Snoop::LogEntry | C++ representation of a log entry |
▶Clogic_error | |
Ccadabra::TeXEngine::TeXException | |
▶CCadabraException | |
CArgumentException | Exception thrown when arguments to an algorithm or property are not correct |
▶CConsistencyException | |
Ccadabra::WeightInherit::WeightException | |
CInternalError | Exception thrown when there the Cadabra code detects an internal inconsistency; this should never happen, but is better than bailing out with an assert |
CInterruptionException | |
CNonScalarException | Exception thrown when something requires that an expression is a pure scalar (i.e |
CNotYetImplemented | Exception thrown when there the Cadabra code detects an internal inconsistency; this should never happen, but is better than bailing out with an assert |
CParseException | |
CRuntimeException | Exception thrown when an algorithm cannot complete, e.g |
CPermutationException | Generic permutation group material |
CMMA | |
CMultiIndex< T > | A class to help iterating over all values of multiple objects |
▶Cexec_stream_t::next_arg_t | |
Cexec_stream_t::next_arg_impl_t< iterator > | |
CNotebookController() | |
▶C<NSApplicationDelegate> | |
CAppDelegate | |
Ccadabra::nset_it_less | Compare two nset iterators by comparing the strings to which they point |
▶CNSObject | |
CAppDelegate | |
▶CNSViewController | |
CNotebookController | |
Ccadabra::Parser | |
Ccadabra::pattern | |
CPerm | |
Ccadabra::DocumentThread::Prefs | |
Cpreprocessor | Preprocessing class which takes infix mathematical notation with all sorts of maths shortcuts and transforms it into a string which is properly formatted in prefix notation |
▶CProgressMonitor | |
Ccadabra2_defaults.Server | Object to handle advanced display in a UI-independent way |
CServer | Object representing a Cadabra server, capable of receiving messages on a websocket, running Python code, and sending output back to the client |
Ccadabra::Properties | Class holding a collection of properties attached to expressions |
▶Ccadabra::property | Base class for all properties, handling argument parsing and defining the interface |
▶Ccadabra::Accent |
Turns a symbol into an accent |
Ccadabra::DiracBar | |
▶Ccadabra::AntiSymmetric | |
Ccadabra::EpsilonTensor | |
Ccadabra::GammaMatrix | |
▶Ccadabra::CommutingAsProduct | |
Ccadabra::Derivative | |
Ccadabra::CommutingAsSum | |
Ccadabra::Coordinate | |
Ccadabra::DAntiSymmetric | |
Ccadabra::Depends | |
▶Ccadabra::DependsBase | |
Ccadabra::Depends | |
▶Ccadabra::DependsInherit | |
Ccadabra::Derivative | |
Ccadabra::DependsInherit | |
Ccadabra::Derivative | |
▶Ccadabra::DifferentialFormBase | |
Ccadabra::DifferentialForm | |
Ccadabra::ExteriorDerivative | |
Ccadabra::DiracBar | |
▶Ccadabra::Distributable | |
Ccadabra::Derivative | |
Ccadabra::DiracBar | |
Ccadabra::EpsilonTensor | |
Ccadabra::FilledTableau | |
Ccadabra::GammaMatrix | |
Ccadabra::GammaTraceless | |
Ccadabra::ImaginaryI | |
▶Ccadabra::ImplicitIndex | |
Ccadabra::DifferentialForm | |
▶Ccadabra::Matrix | |
Ccadabra::GammaMatrix | |
Ccadabra::Spinor | |
▶Ccadabra::IndexInherit | |
Ccadabra::Accent |
Turns a symbol into an accent |
Ccadabra::Derivative | |
Ccadabra::DifferentialForm | |
Ccadabra::Integer | Property indicating that a symbolic object always takes integer values |
Ccadabra::InverseMetric | |
Ccadabra::InverseVielbein | |
Ccadabra::KroneckerDelta | |
▶Ccadabra::labelled_property | |
▶Ccadabra::WeightBase | |
Ccadabra::Derivative | |
Ccadabra::Weight | |
Ccadabra::WeightInherit | |
Ccadabra::LaTeXForm | |
▶Ccadabra::list_property | Something cannot be both a list property and a normal property at the same time, so we can safely inherit without virtual |
▶Ccadabra::CommutingBehaviour | |
Ccadabra::AntiCommuting | |
Ccadabra::Commuting | |
Ccadabra::NonCommuting | |
Ccadabra::Indices | |
Ccadabra::SortOrder | |
Ccadabra::Matrix | |
Ccadabra::Metric | |
▶Ccadabra::NumericalFlat | Property indicating that an operator is numerically flat, so that numerical factors in the argument can be taken outside |
Ccadabra::Accent |
Turns a symbol into an accent |
Ccadabra::Derivative | |
Ccadabra::PartialDerivative | |
▶Ccadabra::PropertyInherit | PropertyInherit is like Inherit<T> for all properties |
Ccadabra::Accent |
Turns a symbol into an accent |
Ccadabra::RiemannTensor | |
Ccadabra::SatisfiesBianchi | |
▶Ccadabra::SelfCommutingBehaviour | |
Ccadabra::SelfAntiCommuting | |
Ccadabra::SelfCommuting | |
Ccadabra::SelfNonCommuting | |
Ccadabra::Spinor | |
Ccadabra::Symbol | |
▶Ccadabra::Symmetric | |
Ccadabra::Diagonal | |
Ccadabra::Metric | |
Ccadabra::Tableau | |
▶Ccadabra::TableauSymmetry | |
Ccadabra::InverseMetric | |
Ccadabra::RiemannTensor | |
Ccadabra::WeylTensor | |
▶Ccadabra::Traceless | |
Ccadabra::AntiSymmetric | |
Ccadabra::WeylTensor | |
Ccadabra::Vielbein | |
Ccadabra::WeylTensor | |
▶Cproperty | |
CIntegral | |
Ccadabra::Properties::registered_property_map_t | |
Csnoop::Snoop | Logging class with functionality to send log information to a remote server using a websocket connection |
Csnoop::SnoopImpl | |
CStopwatch | The Stopwach class provides a simple interace to allow timing function calls etc.. |
Ccadabra::str_node | Elementary building block for a mathematical expression |
Ccombin::symmetriser< T > | |
Ccombin::symmetriser< unsigned int > | |
Ccadabra2_defaults.Sympy | Stub object for when Sympy itself is not available |
▶Cyngtab::tableau_base | |
▶Cyngtab::tableau | |
Cyngtab::filled_tableau< iterator > | |
Cyngtab::filled_tableau< unsigned int > | |
Cyngtab::filled_tableau< T > | |
▶Ccadabra::TableauBase | |
Ccadabra::AntiSymmetric | |
Ccadabra::DAntiSymmetric | |
Ccadabra::Derivative | |
Ccadabra::KroneckerDelta | |
Ccadabra::SatisfiesBianchi | |
Ccadabra::Symmetric | |
Ccadabra::TableauSymmetry | |
Cyngtab::tableaux< T > | |
Ccadabra::exchange::tensor_type_t | |
Ccadabra::TerminalStream | |
Ccadabra::TeXEngine | TeXEngine is used to convert LaTeX strings into PNG images |
Ccadabra::TeXEngine::TeXRequest | |
▶CTextView | |
Ccadabra::CodeInput::exp_input_tv | The actual text widget used by CodeInput |
CProgressMonitor::Total | |
▶Ctree | |
Ccadabra::Ex | Basic storage class for symbolic mathemematical expressions |
Ccadabra::tree_equal_obj | |
Ccadabra::tree_exact_equal_mod_prel_obj | |
Ccadabra::tree_exact_equal_obj | |
Ccadabra::tree_exact_less_for_indexmap_obj | Compare for indexmap_t |
Ccadabra::tree_exact_less_mod_prel_obj | |
Ccadabra::tree_exact_less_no_wildcards_mod_prel_obj | |
Ccadabra::tree_exact_less_no_wildcards_obj | Compare two trees exactly, treat wildcard names as ordinary names |
Ccadabra::tree_exact_less_obj | Compare two trees exactly, i.e. including exact index names |
Ccadabra::tree_less_modprel_obj | |
Ccadabra::tree_less_obj | Compare two trees by pattern logic, i.e. modulo index names |
CUI | |
▶CVBox | |
Ccadabra::CodeInput | A text cell editor widget with support for editing Python and LaTeX |
Ccadabra::ImageView | An image viewing widget |
Ccadabra::VisualCell | Structure holding a pointer to one of the possible GUI widgets that can appear in a document |
▶CVPaned | |
Ccadabra::NotebookCanvas | |
▶CWindow | |
Ccadabra::NotebookWindow | Each notebook has one main window which controls it |
▶CWindow | |
CPreferencesWindow | |
▶CKernel | |
Cechokernel.EchoKernel | |