Functions | Variables
test_std_vector Namespace Reference

Functions

def checkAllValues (li1, li2)
 
def checkZero (l)
 

Variables

list l1 = [np.random.randn(3), np.random.randn(2)]
 
 l2 = eigenpy.StdVec_VectorXd(l1)
 
 l2_py = l2.tolist()
 
list l3 = [np.random.randn(2, 2), np.random.randn(3, 1)]
 
 l3_copy = copyStdVector(l3)
 
list l4 = [np.random.randn(3, 3).T for _ in range(3)]
 
 l4_copy = copyStdVector(l4)
 
 l4_copy2 = std_vector.copyStdVec_3x3(l4)
 
list l5 = [np.random.randn(2, 2).T for _ in range(3)]
 
 l5_copy = std_vector.StdVec_Mat2d(l5)
 
 l5_py = l5_copy.tolist()
 

Function Documentation

◆ checkAllValues()

def test_std_vector.checkAllValues (   li1,
  li2 
)

Definition at line 20 of file test_std_vector.py.

◆ checkZero()

def test_std_vector.checkZero (   l)

Definition at line 51 of file test_std_vector.py.

Variable Documentation

◆ l1

list test_std_vector.l1 = [np.random.randn(3), np.random.randn(2)]

Definition at line 10 of file test_std_vector.py.

◆ l2

test_std_vector.l2 = eigenpy.StdVec_VectorXd(l1)

Definition at line 11 of file test_std_vector.py.

◆ l2_py

test_std_vector.l2_py = l2.tolist()

Definition at line 64 of file test_std_vector.py.

◆ l3

list test_std_vector.l3 = [np.random.randn(2, 2), np.random.randn(3, 1)]

Definition at line 12 of file test_std_vector.py.

◆ l3_copy

test_std_vector.l3_copy = copyStdVector(l3)

Definition at line 70 of file test_std_vector.py.

◆ l4

list test_std_vector.l4 = [np.random.randn(3, 3).T for _ in range(3)]

Definition at line 15 of file test_std_vector.py.

◆ l4_copy

test_std_vector.l4_copy = copyStdVector(l4)

Definition at line 41 of file test_std_vector.py.

◆ l4_copy2

test_std_vector.l4_copy2 = std_vector.copyStdVec_3x3(l4)

Definition at line 47 of file test_std_vector.py.

◆ l5

list test_std_vector.l5 = [np.random.randn(2, 2).T for _ in range(3)]

Definition at line 17 of file test_std_vector.py.

◆ l5_copy

test_std_vector.l5_copy = std_vector.StdVec_Mat2d(l5)

Definition at line 92 of file test_std_vector.py.

◆ l5_py

test_std_vector.l5_py = l5_copy.tolist()

Definition at line 93 of file test_std_vector.py.



eigenpy
Author(s): Justin Carpentier, Nicolas Mansard
autogenerated on Tue Jan 23 2024 03:15:01