basiclu-sys 0.1.2

Rust FFI bindings for BasicLU
Documentation
1
2
3
4
5
6
7
8
9
10
11
lu_int basiclu_obj_get_dim
(
    struct basiclu_object *obj
);

/*
Purpose:

    Returns the dimension for which the object was initialized or 0 when obj is
    NULL.
*/