Functions | Variables
test_return_by_ref Namespace Reference

Functions

def test_not_shared (mat)
 
def test_shared (mat)
 

Variables

int cols = 30
 
 mat = Matrix(rows, cols)
 
 row_mat = RowMatrix(rows, cols)
 
int rows = 10
 
 vec = Vector(rows, 1)
 

Function Documentation

◆ test_not_shared()

def test_return_by_ref.test_not_shared (   mat)

Definition at line 27 of file test_return_by_ref.py.

◆ test_shared()

def test_return_by_ref.test_shared (   mat)

Definition at line 6 of file test_return_by_ref.py.

Variable Documentation

◆ cols

int test_return_by_ref.cols = 30

Definition at line 49 of file test_return_by_ref.py.

◆ mat

test_return_by_ref.mat = Matrix(rows, cols)

Definition at line 51 of file test_return_by_ref.py.

◆ row_mat

test_return_by_ref.row_mat = RowMatrix(rows, cols)

Definition at line 52 of file test_return_by_ref.py.

◆ rows

int test_return_by_ref.rows = 10

Definition at line 48 of file test_return_by_ref.py.

◆ vec

test_return_by_ref.vec = Vector(rows, 1)

Definition at line 53 of file test_return_by_ref.py.



eigenpy
Author(s): Justin Carpentier, Nicolas Mansard
autogenerated on Fri Jun 2 2023 02:10:27