![]() |
Rosetta
3.7
|
Namespaces | |
radians | |
Classes | |
struct | p |
Typedefs | |
typedef Eigen::Matrix< Real, 8, 8 > | Matrix8 |
typedef Eigen::Matrix< Real, 16, 16 > | Matrix16 |
typedef Eigen::Matrix< Real, Eigen::Dynamic, 1, 0, 16, 1 > | Vector16 |
typedef linear_algebra::GeneralizedEigenSolver < Matrix16 > | SolverType |
typedef vector1< Real > | PseudoVector |
typedef vector1< PseudoVector > | PseudoMatrix |
typedef struct numeric::kinematic_closure::p | poly |
typedef utility::vector1 < numeric::Size > | IndexList |
typedef utility::vector1 < numeric::Real > | Coordinate |
typedef utility::vector1 < Coordinate > | CoordinateList |
typedef utility::vector1 < numeric::Real > | ParameterList |
typedef utility::vector1 < ParameterList > | ParameterMatrix |
Variables | |
string | skipl = "\n\n" |
double | RELERROR |
int | MAXIT |
int | MAX_ITER_SECANT |
typedef Eigen::Matrix<Real, Eigen::Dynamic, 1, 0, 16, 1> numeric::kinematic_closure::Vector16 |
numeric::Real numeric::kinematic_closure::bondangle | ( | const utility::vector1< Real > & | a, |
const utility::vector1< Real > & | b, | ||
const utility::vector1< Real > & | c | ||
) |
References eucDistance(), rad2deg, and scpn().
Referenced by chainParams(), chainTORS(), and test_bondangle().
void numeric::kinematic_closure::bridgeObjects | ( | const utility::vector1< utility::vector1< Real > > & | atoms, |
const utility::vector1< Real > & | dt, | ||
const utility::vector1< Real > & | da, | ||
const utility::vector1< Real > & | db, | ||
const utility::vector1< int > & | pivots, | ||
const utility::vector1< int > & | order, | ||
utility::vector1< utility::vector1< Real > > & | t_ang, | ||
utility::vector1< utility::vector1< Real > > & | b_ang, | ||
utility::vector1< utility::vector1< Real > > & | b_len, | ||
int & | nsol | ||
) |
Solve the triaxial loop closure problem for a system of atoms.
[in] | atoms | - matrix of cartesian coordiantes of N-CA-C atoms indexed as atoms[atom][dimension] |
[in] | dt | - desired torsions for each atom |
[in] | da | - desired bond angle for each atom |
[in] | db | - desired bond length for each atom |
[in] | pivots | - 3 indices (base 1) of atoms to be used as loop closure pivots |
[in] | order | - length 3 vector giving order to solve for the tau parameters (use 1,2,3 if unsure) |
[out] | t_ang | - matrix giving torsion angles for each atom for each solution, indexed as t_ang[solution][atom] |
[out] | b_ang | - matrix giving bond angles for each atom for each solution, indexed as b_ang[solution][atom] |
[out] | b_len | - matrix giving bond lengths for each atom for each solution, indexed as b_len[solution][atom] |
[out] | nsol | - number of solutions found |
References ObjexxFCL::format::A(), C, chainParams(), chainXYZ(), basic::options::OptionKeys::out::path::db, deg2rad, dixon_eig(), demo.D060_Folding::f, basic::options::OptionKeys::frags::j, test.G201_Module_Structure::l1, test.G200_Module_Region::loop, multMatrix(), multTransMatrix(), rotateX(), rotateZ(), torsion(), and triaxialCoefficients().
Referenced by test_bridgeObjects().
void numeric::kinematic_closure::build_dixon_matrices | ( | PseudoMatrix const & | A, |
PseudoMatrix const & | B, | ||
PseudoMatrix const & | C, | ||
PseudoMatrix const & | D, | ||
Matrix8 & | R0, | ||
Matrix8 & | R1, | ||
Matrix8 & | R2 | ||
) |
Referenced by dixon_eig().
void numeric::kinematic_closure::build_sin_and_cos | ( | PseudoMatrix const & | u, |
PseudoMatrix & | sin, | ||
PseudoMatrix & | cos | ||
) |
References basic::options::OptionKeys::frags::j.
Referenced by dixon_eig().
References numeric::kinematic_closure::p::coef, demo.D060_Folding::f, modp(), and numeric::kinematic_closure::p::ord.
Referenced by solve_sturm().
void numeric::kinematic_closure::chainParams | ( | const int & | n, |
const utility::vector1< utility::vector1< Real > > & | atoms, | ||
Real & | vbond, | ||
Real & | xi, | ||
Real & | eta, | ||
Real & | delta, | ||
utility::vector1< Real > & | R0, | ||
utility::vector1< utility::vector1< Real > > & | Q | ||
) |
References bondangle(), eucDistance(), frame(), and torsion().
Referenced by bridgeObjects(), and test_chainParams().
void numeric::kinematic_closure::chainTORS | ( | const int & | n, |
const utility::vector1< utility::vector1< Real > > & | atoms, | ||
utility::vector1< Real > & | t_ang, | ||
utility::vector1< Real > & | b_ang, | ||
utility::vector1< Real > & | b_len, | ||
utility::vector1< Real > & | R0, | ||
utility::vector1< utility::vector1< Real > > & | Q | ||
) |
References bondangle(), eucDistance(), frame(), basic::options::OptionKeys::frags::j, and torsion().
Referenced by test_chainTORS().
void numeric::kinematic_closure::chainXYZ | ( | const int & | n, |
const utility::vector1< Real > & | b_len1, | ||
const utility::vector1< Real > & | b_ang1, | ||
const utility::vector1< Real > & | t_ang1, | ||
const bool | space, | ||
const utility::vector1< Real > & | R0, | ||
const utility::vector1< utility::vector1< Real > > & | Q, | ||
utility::vector1< utility::vector1< Real > > & | atoms | ||
) |
References deg2rad, basic::options::OptionKeys::frags::j, basic::options::OptionKeys::in::file::s, and test.T850_SubClassing::v.
Referenced by bridgeObjects(), chainXYZ(), and test_chainXYZ().
void numeric::kinematic_closure::chainXYZ | ( | const int & | n, |
const utility::vector1< Real > & | b_len, | ||
const utility::vector1< Real > & | b_ang, | ||
const utility::vector1< Real > & | t_ang, | ||
utility::vector1< utility::vector1< Real > > & | atoms | ||
) |
References chainXYZ().
Coordinate numeric::kinematic_closure::cross | ( | Coordinate const & | a, |
Coordinate const & | b | ||
) |
void numeric::kinematic_closure::cross | ( | const utility::vector1< Real > & | L, |
const utility::vector1< Real > & | r0, | ||
utility::vector1< Real > & | r | ||
) |
Referenced by HDmakerMover::apply(), frame(), slice_ellipsoid_envelope(), test_cross(), and torsion().
void numeric::kinematic_closure::dixon_eig | ( | const utility::vector1< utility::vector1< numeric::Real > > & | A, |
const utility::vector1< utility::vector1< numeric::Real > > & | B, | ||
const utility::vector1< utility::vector1< numeric::Real > > & | C, | ||
const utility::vector1< utility::vector1< numeric::Real > > & | D, | ||
const utility::vector1< int > & | order, | ||
utility::vector1< utility::vector1< numeric::Real > > & | cos, | ||
utility::vector1< utility::vector1< numeric::Real > > & | sin, | ||
utility::vector1< utility::vector1< numeric::Real > > & | tau, | ||
int & | nsol | ||
) |
void numeric::kinematic_closure::dixon_eig | ( | PseudoMatrix const & | A, |
PseudoMatrix const & | B, | ||
PseudoMatrix const & | C, | ||
PseudoMatrix const & | D, | ||
vector1< int > const & | , | ||
PseudoMatrix & | cos, | ||
PseudoMatrix & | sin, | ||
PseudoMatrix & | u, | ||
int & | num_solutions | ||
) |
References ObjexxFCL::abs(), build_dixon_matrices(), build_sin_and_cos(), ObjexxFCL::format::I(), numeric::linear_algebra::GeneralizedEigenSolver< _MatrixType >::num_real_solutions(), numeric::linear_algebra::GeneralizedEigenSolver< _MatrixType >::real_eigenvalues(), and numeric::linear_algebra::GeneralizedEigenSolver< _MatrixType >::real_eigenvectors().
Referenced by numeric::kinematic_closure::radians::bridge_objects(), and bridgeObjects().
void numeric::kinematic_closure::dixon_sturm | ( | const utility::vector1< utility::vector1< Real > > & | A, |
const utility::vector1< utility::vector1< Real > > & | B, | ||
const utility::vector1< utility::vector1< Real > > & | C, | ||
const utility::vector1< utility::vector1< Real > > & | D, | ||
const utility::vector1< int > & | order, | ||
utility::vector1< utility::vector1< Real > > & | cos, | ||
utility::vector1< utility::vector1< Real > > & | sin, | ||
utility::vector1< utility::vector1< Real > > & | tau, | ||
int & | nsol | ||
) |
References ObjexxFCL::format::A(), C, initialize_sturm(), basic::options::OptionKeys::frags::j, point_value2(), point_value4(), point_value6(), point_value8(), polyProduct12x4(), polyProduct2x2(), polyProduct4sq(), polyProduct4x2(), polyProduct4x4(), polyProduct6x6(), polyProduct8sq(), polyProduct8x8(), PP4x2_VECSIZE, solve_sturm(), vectorDiff(), basic::options::OptionKeys::motifs::z1, and basic::options::OptionKeys::motifs::z2.
Referenced by test_triaxialCoefficients().
void numeric::kinematic_closure::dixonResultant | ( | const utility::vector1< utility::vector1< Real > > & | A, |
const utility::vector1< utility::vector1< Real > > & | B, | ||
const utility::vector1< utility::vector1< Real > > & | C, | ||
const utility::vector1< utility::vector1< Real > > & | D, | ||
utility::vector1< utility::vector1< utility::vector1< Real > > > & | R | ||
) |
References ObjexxFCL::format::A(), C, DIXON_RESULTANT_SIZE, and DIXON_SIZE.
Real numeric::kinematic_closure::dot | ( | Coordinate const & | a, |
Coordinate const & | b | ||
) |
Real numeric::kinematic_closure::eucDistance | ( | const utility::vector1< Real > & | a, |
const utility::vector1< Real > & | b | ||
) |
References ObjexxFCL::pow().
Referenced by bondangle(), chainParams(), chainTORS(), and test_eucDistance().
References demo.D060_Folding::f.
Referenced by numchanges().
void numeric::kinematic_closure::frame | ( | const utility::vector1< utility::vector1< Real > > & | R, |
utility::vector1< utility::vector1< Real > > & | U | ||
) |
References cross().
Referenced by chainParams(), chainTORS(), DockFragmentsMover::cluster_frags(), make_1mer_frags(), make_frags(), run(), DockFragmentsMover::run(), and test_frame().
|
inline |
References MAX_ITER_SECANT, MAXIT, and RELERROR.
Referenced by dixon_sturm().
|
inline |
|
inline |
References basic::options::OptionKeys::score::fiber_diffraction::b, MAX_ITER_SECANT, RELERROR, and x().
Referenced by sbisect().
void numeric::kinematic_closure::multMatrix | ( | const utility::vector1< utility::vector1< Real > > & | A, |
const utility::vector1< utility::vector1< Real > > & | B, | ||
utility::vector1< utility::vector1< Real > > & | C | ||
) |
References C, and basic::options::OptionKeys::frags::j.
Referenced by numeric::kinematic_closure::radians::bridge_objects(), and bridgeObjects().
void numeric::kinematic_closure::multTransMatrix | ( | const utility::vector1< utility::vector1< Real > > & | A, |
const utility::vector1< utility::vector1< Real > > & | B, | ||
utility::vector1< utility::vector1< Real > > & | C | ||
) |
References C, and basic::options::OptionKeys::frags::j.
Referenced by numeric::kinematic_closure::radians::bridge_objects(), and bridgeObjects().
Coordinate numeric::kinematic_closure::norm | ( | Coordinate const & | a | ) |
References numeric::kinematic_closure::p::coef, evalpoly(), demo.D060_Folding::f, numeric::kinematic_closure::p::ord, and basic::options::OptionKeys::in::file::s.
Referenced by sbisect(), and solve_sturm().
References numeric::kinematic_closure::p::coef, demo.D060_Folding::f, numeric::kinematic_closure::p::ord, and basic::options::OptionKeys::in::file::s.
Referenced by solve_sturm().
Coordinate numeric::kinematic_closure::operator* | ( | Coordinate const & | a, |
Real const & | k | ||
) |
Coordinate numeric::kinematic_closure::operator* | ( | Real const & | k, |
Coordinate const & | a | ||
) |
Coordinate numeric::kinematic_closure::operator+ | ( | Coordinate const & | a, |
Coordinate const & | b | ||
) |
Coordinate numeric::kinematic_closure::operator- | ( | Coordinate const & | a, |
Coordinate const & | b | ||
) |
Coordinate numeric::kinematic_closure::operator/ | ( | Coordinate const & | a, |
Real const & | k | ||
) |
Coordinate numeric::kinematic_closure::operator/ | ( | Real const & | k, |
Coordinate const & | a | ||
) |
std::ostream & numeric::kinematic_closure::operator<< | ( | std::ostream & | out, |
ParameterList const & | x | ||
) |
xyzVector<T>& numeric::kinematic_closure::operator<< | ( | xyzVector< T > & | a, |
Coordinate const & | b | ||
) |
Coordinate& numeric::kinematic_closure::operator<< | ( | Coordinate & | a, |
xyzVector< T > const & | b | ||
) |
std::ostream & numeric::kinematic_closure::operator<< | ( | std::ostream & | out, |
ParameterMatrix const & | xx | ||
) |
void numeric::kinematic_closure::point_value16 | ( | const utility::vector1< Real > & | A, |
const utility::vector1< Real > & | t, | ||
utility::vector1< Real > & | C | ||
) |
void numeric::kinematic_closure::point_value2 | ( | const utility::vector1< Real > & | A, |
const utility::vector1< Real > & | t, | ||
utility::vector1< Real > & | C | ||
) |
dixon functions ///
Referenced by dixon_sturm(), and test_point_value2().
void numeric::kinematic_closure::point_value4 | ( | const utility::vector1< Real > & | A, |
const utility::vector1< Real > & | t, | ||
utility::vector1< Real > & | C | ||
) |
Referenced by dixon_sturm().
void numeric::kinematic_closure::point_value6 | ( | const utility::vector1< Real > & | B, |
const utility::vector1< Real > & | t, | ||
utility::vector1< Real > & | C | ||
) |
Referenced by dixon_sturm().
void numeric::kinematic_closure::point_value8 | ( | const utility::vector1< Real > & | A, |
const utility::vector1< Real > & | t, | ||
utility::vector1< Real > & | C | ||
) |
Referenced by dixon_sturm().
void numeric::kinematic_closure::polyProduct12x4 | ( | const utility::vector1< Real > & | A, |
const utility::vector1< Real > & | B, | ||
utility::vector1< Real > & | C | ||
) |
Referenced by dixon_sturm().
void numeric::kinematic_closure::polyProduct2x2 | ( | const utility::vector1< Real > & | A, |
const utility::vector1< Real > & | B, | ||
utility::vector1< Real > & | C | ||
) |
References PP4x2_VECSIZE.
Referenced by dixon_sturm(), and test_polyProduct2x2().
void numeric::kinematic_closure::polyProduct4sq | ( | const utility::vector1< Real > & | A, |
utility::vector1< Real > & | C | ||
) |
Referenced by dixon_sturm(), and test_polyProduct4sq().
void numeric::kinematic_closure::polyProduct4x2 | ( | const utility::vector1< Real > & | A, |
const utility::vector1< Real > & | B, | ||
utility::vector1< Real > & | C | ||
) |
Referenced by dixon_sturm(), and test_polyProduct4x2().
void numeric::kinematic_closure::polyProduct4x4 | ( | const utility::vector1< Real > & | A, |
const utility::vector1< Real > & | B, | ||
utility::vector1< Real > & | C | ||
) |
Referenced by dixon_sturm(), and test_polyProduct4x4().
void numeric::kinematic_closure::polyProduct6x6 | ( | const utility::vector1< Real > & | A, |
const utility::vector1< Real > & | B, | ||
utility::vector1< Real > & | C | ||
) |
Referenced by dixon_sturm(), and test_polyProduct6x6().
void numeric::kinematic_closure::polyProduct8sq | ( | const utility::vector1< Real > & | A, |
utility::vector1< Real > & | C | ||
) |
Referenced by dixon_sturm().
void numeric::kinematic_closure::polyProduct8x8 | ( | const utility::vector1< Real > & | A, |
const utility::vector1< Real > & | B, | ||
utility::vector1< Real > & | C | ||
) |
Referenced by dixon_sturm().
void numeric::kinematic_closure::printMatrix | ( | const utility::vector1< utility::vector1< Real > > & | M | ) |
prints the matrix
This function used to intentionally print the transpose of the matrix. The rational was that "we use row-major indexing". That didn't make any sense to me, and I'd been mislead by the implicit transpose a couple of times, so I got rid of it.
References utility::io::oc::cout, basic::options::OptionKeys::frags::j, and test.T007_TracerIO::M.
Referenced by test_chainParams(), test_chainTORS(), test_chainXYZ(), test_dixon(), test_frame(), test_rotateX(), and test_triaxialCoefficients().
void numeric::kinematic_closure::printTranspose | ( | const utility::vector1< utility::vector1< Real > > & | M | ) |
References utility::io::oc::cout, basic::options::OptionKeys::frags::j, and test.T007_TracerIO::M.
void numeric::kinematic_closure::printVector | ( | const utility::vector1< Real > & | V | ) |
helper functions ///
References utility::io::oc::cout.
Referenced by test_chainParams(), test_chainTORS(), test_cross(), test_point_value2(), test_polyProduct2x2(), test_polyProduct4sq(), test_polyProduct4x2(), test_polyProduct4x4(), test_polyProduct6x6(), and test_triangle().
void numeric::kinematic_closure::rotateX | ( | const utility::vector1< utility::vector1< Real > > & | R, |
const Real & | c, | ||
const Real & | s, | ||
utility::vector1< utility::vector1< Real > > & | Rx | ||
) |
References amino_acids::size.
Referenced by bridgeObjects(), and test_rotateX().
void numeric::kinematic_closure::rotateY | ( | const utility::vector1< utility::vector1< Real > > & | R, |
const Real & | c, | ||
const Real & | s, | ||
utility::vector1< utility::vector1< Real > > & | Ry | ||
) |
References amino_acids::size.
void numeric::kinematic_closure::rotateZ | ( | const utility::vector1< utility::vector1< Real > > & | R, |
const Real & | c, | ||
const Real & | s, | ||
utility::vector1< utility::vector1< Real > > & | Rz | ||
) |
References amino_acids::size.
Referenced by bridgeObjects().
|
inline |
References numeric::kinematic_closure::p::coef, numeric::max(), MAXIT, modrf(), numchanges(), numeric::kinematic_closure::p::ord, and RELERROR.
Referenced by solve_sturm().
Eigen::IOFormat numeric::kinematic_closure::scipy | ( | 8 | , |
0 | , | ||
" | , | ||
" | , | ||
" | , | ||
\n" | , | ||
"" | [","], | ||
"" | [","] | ||
) |
Real numeric::kinematic_closure::scpn | ( | const utility::vector1< Real > & | a, |
const utility::vector1< Real > & | b, | ||
const utility::vector1< Real > & | c | ||
) |
Referenced by bondangle(), and test_scpn().
void numeric::kinematic_closure::sincos | ( | const utility::vector1< Real > & | theta, |
const int | flag, | ||
utility::vector1< Real > & | cosine, | ||
utility::vector1< Real > & | sine | ||
) |
References basic::options::OptionKeys::score::fiber_diffraction::a, test.Workshop3test::a1, and basic::options::OptionKeys::mh::match::aa.
Referenced by test_sincos(), and triaxialCoefficients().
|
inline |
References buildsturm(), numeric::kinematic_closure::p::coef, numeric::max(), MAX_ORDER, MAXPOW, numeric::min(), numchanges(), numroots(), and sbisect().
Referenced by dixon_sturm().
void numeric::kinematic_closure::test_bondangle | ( | ) |
void numeric::kinematic_closure::test_bridgeObjects | ( | ) |
References bridgeObjects(), and basic::options::OptionKeys::out::path::db.
void numeric::kinematic_closure::test_chainParams | ( | ) |
References chainParams(), basic::options::OptionKeys::frags::j, printMatrix(), and printVector().
void numeric::kinematic_closure::test_chainTORS | ( | ) |
References chainTORS(), basic::options::OptionKeys::frags::j, printMatrix(), and printVector().
void numeric::kinematic_closure::test_chainXYZ | ( | ) |
References chainXYZ(), basic::options::OptionKeys::frags::j, and printMatrix().
void numeric::kinematic_closure::test_cross | ( | ) |
References cross(), ObjexxFCL::format::L(), and printVector().
void numeric::kinematic_closure::test_dixon | ( | ) |
References ObjexxFCL::format::A(), C, utility::io::oc::cout, basic::options::OptionKeys::frags::j, and printMatrix().
void numeric::kinematic_closure::test_eucDistance | ( | ) |
void numeric::kinematic_closure::test_frame | ( | ) |
References frame(), basic::options::OptionKeys::frags::j, and printMatrix().
void numeric::kinematic_closure::test_point_value2 | ( | ) |
References ObjexxFCL::format::A(), C, point_value2(), printVector(), and basic::options::OptionKeys::in::file::t.
void numeric::kinematic_closure::test_polyProduct2x2 | ( | ) |
References ObjexxFCL::format::A(), C, polyProduct2x2(), and printVector().
void numeric::kinematic_closure::test_polyProduct4sq | ( | ) |
References ObjexxFCL::format::A(), C, polyProduct4sq(), and printVector().
void numeric::kinematic_closure::test_polyProduct4x2 | ( | ) |
References ObjexxFCL::format::A(), C, polyProduct4x2(), and printVector().
void numeric::kinematic_closure::test_polyProduct4x4 | ( | ) |
References ObjexxFCL::format::A(), C, polyProduct4x4(), and printVector().
void numeric::kinematic_closure::test_polyProduct6x6 | ( | ) |
References ObjexxFCL::format::A(), C, polyProduct6x6(), and printVector().
void numeric::kinematic_closure::test_rotateX | ( | ) |
References basic::options::OptionKeys::frags::j, printMatrix(), and rotateX().
void numeric::kinematic_closure::test_scpn | ( | ) |
void numeric::kinematic_closure::test_sincos | ( | ) |
References sincos().
void numeric::kinematic_closure::test_torsion | ( | ) |
void numeric::kinematic_closure::test_triangle | ( | ) |
References printVector(), and triangle().
void numeric::kinematic_closure::test_triaxialCoefficients | ( | ) |
References ObjexxFCL::format::A(), C, dixon_sturm(), demo.D060_Folding::f, printMatrix(), and triaxialCoefficients().
numeric::Real numeric::kinematic_closure::torsion | ( | const utility::vector1< Real > & | a, |
const utility::vector1< Real > & | b, | ||
const utility::vector1< Real > & | c, | ||
const utility::vector1< Real > & | d | ||
) |
References cross(), demo.D060_Folding::f, pidegs, ObjexxFCL::pow(), rad2deg, basic::options::OptionKeys::in::file::s, y(), and z().
Referenced by bridgeObjects(), chainParams(), chainTORS(), and test_torsion().
void numeric::kinematic_closure::triangle | ( | const utility::vector1< Real > & | vbond, |
utility::vector1< Real > & | calpha, | ||
utility::vector1< Real > & | salpha | ||
) |
Referenced by test_triangle(), and triaxialCoefficients().
void numeric::kinematic_closure::triaxialCoefficients | ( | const utility::vector1< Real > & | vb, |
const utility::vector1< Real > & | xi, | ||
const utility::vector1< Real > & | eta, | ||
const utility::vector1< Real > & | delta, | ||
const utility::vector1< Real > & | theta, | ||
const utility::vector1< int > & | order, | ||
utility::vector1< utility::vector1< Real > > & | A, | ||
utility::vector1< utility::vector1< Real > > & | B, | ||
utility::vector1< utility::vector1< Real > > & | C, | ||
utility::vector1< utility::vector1< Real > > & | D, | ||
utility::vector1< Real > & | cal, | ||
utility::vector1< Real > & | sal, | ||
int & | f | ||
) |
References ObjexxFCL::abs(), basic::options::OptionKeys::score::fiber_diffraction::b, C, basic::options::OptionKeys::frags::j, ObjexxFCL::format::L(), test.T007_TracerIO::M, basic::options::OptionKeys::score::fiber_diffraction::p, sincos(), and triangle().
Referenced by bridgeObjects(), and test_triaxialCoefficients().
void numeric::kinematic_closure::vectorDiff | ( | const utility::vector1< Real > & | A, |
const utility::vector1< Real > & | B, | ||
utility::vector1< Real > & | C | ||
) |
Referenced by dixon_sturm().
bool numeric::kinematic_closure::vectorsEqual | ( | const utility::vector1< Real > & | A, |
const utility::vector1< Real > & | B | ||
) |
References ObjexxFCL::abs(), and SMALL.
int numeric::kinematic_closure::MAX_ITER_SECANT |
Referenced by initialize_sturm(), and modrf().
int numeric::kinematic_closure::MAXIT |
Referenced by initialize_sturm(), and sbisect().
double numeric::kinematic_closure::RELERROR |
Referenced by initialize_sturm(), modrf(), and sbisect().
string numeric::kinematic_closure::skipl = "\n\n" |