InsarViz
Documentation
Why InsarViz?
Installation
Supported data formats
Tutorial
Colormaps
ISTerre users: work on ist-oar
Running all the tests
Contacts, bug reports, contributing to the code
How to cite
Contributors
Funding
Release Notes
insarviz
insarviz package
Subpackages
insarviz.misc package
insarviz.shaders package
insarviz.state package
insarviz.view package
Submodules
Module contents
InsarViz
insarviz
insarviz package
insarviz.misc package
insarviz.misc.Matrix module
View page source
insarviz.misc.Matrix module
class
insarviz.misc.Matrix.
Matrix
(
coefs
,
inv_coefs
)
[source]
Bases:
object
static
extend
(
n
,
i
)
[source]
static
extended
(
n
,
i
,
m
)
[source]
flatten
(
)
[source]
flatten_homogeneous
(
)
[source]
static
frustum
(
l
,
r
,
b
,
t
,
n
,
f
)
[source]
static
identity
(
n
)
[source]
inverse
(
)
[source]
static
product
(
m
,
*
ms
)
→
Matrix
[source]
static
project
(
u
)
[source]
static
reflect
(
u_tup
)
[source]
static
rotate
(
u_tup
,
v_tup
)
[source]
static
rotate3
(
alpha
,
norm
)
[source]
static
rotate_xy
(
n
,
alpha
)
[source]
static
scale
(
factors
)
[source]
property
shape
static
swap_axes
(
n
,
i0
,
j0
)
[source]
transform_point
(
vect
:
Iterable
[
float
]
)
→
NDArray
[
float
]
[source]
transform_vect
(
vect
)
[source]
static
translate
(
d
)
[source]
static
vector
(
v
)
[source]
Read the Docs
v: 3.2.4
Versions