SymEngine C++ API
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
x
z
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
x
z
Enumerations
Enumerator
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
Data Fields
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
x
z
~
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
z
~
Variables
b
c
d
h
i
n
r
t
x
Related Functions
Files
File List
Globals
All
Macros
•
All
Data Structures
Namespaces
Files
Functions
Variables
Enumerations
Enumerator
Friends
Macros
Pages
symengine
matrices
size.h
1
#ifndef SYMENGINE_MATRICES_SIZE_H
2
#define SYMENGINE_MATRICES_SIZE_H
3
4
#include <
symengine/basic.h
>
5
#include <symengine/matrices/matrix_expr.h>
6
7
namespace
SymEngine
8
{
9
10
std::pair<RCP<const Basic>
, RCP<const Basic>> size(
const
MatrixExpr &m);
11
12
}
13
14
#endif
basic.h
The base class for SymEngine.
SymEngine
Main namespace for SymEngine package.
Definition:
add.cpp:19
std::pair
Code