scitbx.linalg
index
/net/chevy/raid1/rwgk/dist/cctbx_project/scitbx/linalg/__init__.py

 
Package Contents
       
eigensystem
ext
svd

 
Classes
       
scitbx_linalg_ext.random_normal_matrix_generator(Boost.Python.instance)
random_normal_matrix_generator

 
class random_normal_matrix_generator(scitbx_linalg_ext.random_normal_matrix_generator)
    
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

 
Functions
       
matrix_cholesky_test_ratio(...)
matrix_cholesky_test_ratio( (double)a, (object)x, (object)b [, (float)epsilon=2.2204460492503131e-16]) -> float :
 
    C++ signature :
        double matrix_cholesky_test_ratio(scitbx::af::const_ref<double, scitbx::af::c_grid<2ul, unsigned long> >,scitbx::af::const_ref<double, scitbx::af::trivial_accessor>,scitbx::af::const_ref<double, scitbx::af::trivial_accessor> [,double=2.2204460492503131e-16])
matrix_equality_ratio(a, b, eps=None)
matrix_normality_ratio(...)
matrix_normality_ratio( (double)a [, (float)epsilon=2.2204460492503131e-16]) -> float :
 
    C++ signature :
        double matrix_normality_ratio(scitbx::af::const_ref<double, scitbx::af::c_grid<2ul, unsigned long> > [,double=2.2204460492503131e-16])
reconstruct_svd(...)
reconstruct_svd( (double)arg1, (double)arg2, (object)arg3) -> double :
 
    C++ signature :
        scitbx::af::versa<double, scitbx::af::c_grid<2ul, unsigned long> > reconstruct_svd(scitbx::af::const_ref<double, scitbx::af::c_grid<2ul, unsigned long> >,scitbx::af::const_ref<double, scitbx::af::c_grid<2ul, unsigned long> >,scitbx::af::const_ref<double, scitbx::af::trivial_accessor>)
time_eigensystem_real_symmetric(...)
time_eigensystem_real_symmetric( (object)arg1, (int)arg2) -> tuple :
 
    C++ signature :
        scitbx::vec3<double> time_eigensystem_real_symmetric(scitbx::sym_mat3<double>,unsigned long)