Visual Servoing Platform version 3.7.0
Loading...
Searching...
No Matches
test_numpy_array Namespace Reference

Functions

 test_np_array_modifies_vp_array ()
 test_visp_view_of_np_array ()
 fn_test_not_writable_2d (R)
 test_rotation_matrix_not_writable ()
 test_homogeneous_matrix_not_writable ()
 test_numpy_constructor ()
 test_numpy_constructor_interpreted_as_1d_vector ()
 test_numpy_conversion_and_back ()
 test_indexing_array2D ()
 test_index_row_not_copy ()
 test_index_slice_not_copy ()
 test_index_tuple_not_copy ()
 test_setitem_2D_array ()

Function Documentation

◆ fn_test_not_writable_2d()

test_numpy_array.fn_test_not_writable_2d ( R)

◆ test_homogeneous_matrix_not_writable()

test_numpy_array.test_homogeneous_matrix_not_writable ( )

Definition at line 94 of file test_numpy_array.py.

References fn_test_not_writable_2d().

◆ test_index_row_not_copy()

test_numpy_array.test_index_row_not_copy ( )

Definition at line 135 of file test_numpy_array.py.

◆ test_index_slice_not_copy()

test_numpy_array.test_index_slice_not_copy ( )

Definition at line 141 of file test_numpy_array.py.

◆ test_index_tuple_not_copy()

test_numpy_array.test_index_tuple_not_copy ( )

Definition at line 148 of file test_numpy_array.py.

◆ test_indexing_array2D()

test_numpy_array.test_indexing_array2D ( )

Definition at line 125 of file test_numpy_array.py.

◆ test_np_array_modifies_vp_array()

test_numpy_array.test_np_array_modifies_vp_array ( )

Definition at line 42 of file test_numpy_array.py.

◆ test_numpy_constructor()

test_numpy_array.test_numpy_constructor ( )

Definition at line 98 of file test_numpy_array.py.

◆ test_numpy_constructor_interpreted_as_1d_vector()

test_numpy_array.test_numpy_constructor_interpreted_as_1d_vector ( )

Definition at line 106 of file test_numpy_array.py.

◆ test_numpy_conversion_and_back()

test_numpy_array.test_numpy_conversion_and_back ( )

Definition at line 113 of file test_numpy_array.py.

◆ test_rotation_matrix_not_writable()

test_numpy_array.test_rotation_matrix_not_writable ( )

Definition at line 90 of file test_numpy_array.py.

References fn_test_not_writable_2d().

◆ test_setitem_2D_array()

test_numpy_array.test_setitem_2D_array ( )

Definition at line 159 of file test_numpy_array.py.

◆ test_visp_view_of_np_array()

test_numpy_array.test_visp_view_of_np_array ( )

Definition at line 52 of file test_numpy_array.py.