Cadabra
Computer algebra system for field theory problems
Loading...
Searching...
No Matches
NotebookCanvas.hh
Go to the documentation of this file.
1//
2// NotebookCanvas.hh
3// Cadabra
4//
5// Created by Kasper Peeters on 04/03/2015.
6// Copyright (c) 2015 phi-sci. All rights reserved.
7//
8
9#ifndef Cadabra_NotebookCanvas_hh
10#define Cadabra_NotebookCanvas_hh
11
12namespace cadabra {
13
14 class NotebookCanvas {
15 public:
16 std::map<DataCell *, NSTextView *> visualcells;
17 };
18
19 }
20
21
22#endif
std::map< DataCell *, NSTextView * > visualcells
Definition NotebookCanvas.hh:16
Functions to handle the exchange properties of two or more symbols in a product.
Definition Adjform.cc:83