| | |
- Method resolution order:
- random_normal_matrix_generator
- scitbx_linalg_ext.random_normal_matrix_generator
- Boost.Python.instance
- __builtin__.object
Methods defined here:
- __init__(self, m, n)
Methods inherited from scitbx_linalg_ext.random_normal_matrix_generator:
- __reduce__ = (...)
- matrix_with_singular_values(...)
- matrix_with_singular_values( (random_normal_matrix_generator)arg1, (object)arg2) -> double :
C++ signature :
scitbx::af::versa<double, scitbx::af::c_grid<2ul, unsigned long> > matrix_with_singular_values(scitbx::matrix::householder::random_normal_matrix_generator<double, scitbx::boost_random::mersenne_twister<unsigned int, 32, 624, 397, 31, 2567483615u, 11, 7, 2636928640u, 15, 4022730752u, 18, 3346425566u> > {lvalue},scitbx::af::const_ref<double, scitbx::af::trivial_accessor>)
- normal_matrix(...)
- normal_matrix( (random_normal_matrix_generator)arg1) -> double :
C++ signature :
scitbx::af::versa<double, scitbx::af::c_grid<2ul, unsigned long> > normal_matrix(scitbx::matrix::householder::random_normal_matrix_generator<double, scitbx::boost_random::mersenne_twister<unsigned int, 32, 624, 397, 31, 2567483615u, 11, 7, 2636928640u, 15, 4022730752u, 18, 3346425566u> > {lvalue})
- symmetric_matrix_with_eigenvalues(...)
- symmetric_matrix_with_eigenvalues( (random_normal_matrix_generator)arg1, (object)arg2) -> object :
C++ signature :
scitbx::af::versa<double, scitbx::matrix::packed_u_accessor> symmetric_matrix_with_eigenvalues(scitbx::matrix::householder::random_normal_matrix_generator<double, scitbx::boost_random::mersenne_twister<unsigned int, 32, 624, 397, 31, 2567483615u, 11, 7, 2636928640u, 15, 4022730752u, 18, 3346425566u> > {lvalue},scitbx::af::const_ref<double, scitbx::af::trivial_accessor>)
Data descriptors inherited from scitbx_linalg_ext.random_normal_matrix_generator:
- state
Data descriptors inherited from Boost.Python.instance:
- __dict__
- __weakref__
Data and other attributes inherited from Boost.Python.instance:
- __new__ = <built-in method __new__ of Boost.Python.class object at 0x2aaaac44c8c0>
- T.__new__(S, ...) -> a new object with type S, a subtype of T
|