SCIRun  5.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions | Variables
ArrayMathFunctions Namespace Reference

Functions

bool add_ss (SCIRun::ArrayMathProgramCode &pc)
 
bool add_vs (SCIRun::ArrayMathProgramCode &pc)
 
bool add_vv (SCIRun::ArrayMathProgramCode &pc)
 
bool add_ts (SCIRun::ArrayMathProgramCode &pc)
 
bool add_tt (SCIRun::ArrayMathProgramCode &pc)
 
bool sub_ss (SCIRun::ArrayMathProgramCode &pc)
 
bool sub_vs (SCIRun::ArrayMathProgramCode &pc)
 
bool sub_sv (SCIRun::ArrayMathProgramCode &pc)
 
bool sub_vv (SCIRun::ArrayMathProgramCode &pc)
 
bool sub_ts (SCIRun::ArrayMathProgramCode &pc)
 
bool sub_st (SCIRun::ArrayMathProgramCode &pc)
 
bool sub_tt (SCIRun::ArrayMathProgramCode &pc)
 
bool neg_s (SCIRun::ArrayMathProgramCode &pc)
 
bool neg_v (SCIRun::ArrayMathProgramCode &pc)
 
bool neg_t (SCIRun::ArrayMathProgramCode &pc)
 
bool mult_ss (SCIRun::ArrayMathProgramCode &pc)
 
bool mult_vs (SCIRun::ArrayMathProgramCode &pc)
 
bool mult_ts (SCIRun::ArrayMathProgramCode &pc)
 
bool mult_vt (SCIRun::ArrayMathProgramCode &pc)
 
bool mult_tt (SCIRun::ArrayMathProgramCode &pc)
 
bool div_ss (SCIRun::ArrayMathProgramCode &pc)
 
bool div_vs (SCIRun::ArrayMathProgramCode &pc)
 
bool div_ts (SCIRun::ArrayMathProgramCode &pc)
 
bool rem_ss (SCIRun::ArrayMathProgramCode &pc)
 
bool rem_vs (SCIRun::ArrayMathProgramCode &pc)
 
bool rem_ts (SCIRun::ArrayMathProgramCode &pc)
 
bool seq_s (SCIRun::ArrayMathProgramCode &pc)
 
bool seq_v (SCIRun::ArrayMathProgramCode &pc)
 
bool seq_t (SCIRun::ArrayMathProgramCode &pc)
 
bool assign_sss (SCIRun::ArrayMathProgramCode &pc)
 
bool assign_vss (SCIRun::ArrayMathProgramCode &pc)
 
bool assign_tss (SCIRun::ArrayMathProgramCode &pc)
 
bool assign_tsss (SCIRun::ArrayMathProgramCode &pc)
 
bool subs_ss (SCIRun::ArrayMathProgramCode &pc)
 
bool subs_vs (SCIRun::ArrayMathProgramCode &pc)
 
bool subs_ts (SCIRun::ArrayMathProgramCode &pc)
 
bool subs_tss (SCIRun::ArrayMathProgramCode &pc)
 
bool select_sss (SCIRun::ArrayMathProgramCode &pc)
 
bool select_svv (SCIRun::ArrayMathProgramCode &pc)
 
bool select_stt (SCIRun::ArrayMathProgramCode &pc)
 
bool center_fn (SCIRun::ArrayMathProgramCode &pc)
 
bool center_fe (SCIRun::ArrayMathProgramCode &pc)
 
bool size_fn (SCIRun::ArrayMathProgramCode &pc)
 
bool size_fe (SCIRun::ArrayMathProgramCode &pc)
 
bool normal_fn (SCIRun::ArrayMathProgramCode &pc)
 
bool normal_fe (SCIRun::ArrayMathProgramCode &pc)
 
bool dimension_fn (SCIRun::ArrayMathProgramCode &pc)
 
bool dimension_fe (SCIRun::ArrayMathProgramCode &pc)
 
bool isnan_s (SCIRun::ArrayMathProgramCode &pc)
 
bool isfinite_s (SCIRun::ArrayMathProgramCode &pc)
 
bool isinfinite_s (SCIRun::ArrayMathProgramCode &pc)
 
bool sign_s (SCIRun::ArrayMathProgramCode &pc)
 
bool ramp_sss (SCIRun::ArrayMathProgramCode &pc)
 
bool rect_sss (SCIRun::ArrayMathProgramCode &pc)
 
bool step_ss (SCIRun::ArrayMathProgramCode &pc)
 
bool not_s (SCIRun::ArrayMathProgramCode &pc)
 
bool inv_s (SCIRun::ArrayMathProgramCode &pc)
 
bool boolean_s (SCIRun::ArrayMathProgramCode &pc)
 
bool abs_s (SCIRun::ArrayMathProgramCode &pc)
 
bool norm_s (SCIRun::ArrayMathProgramCode &pc)
 
bool round_s (SCIRun::ArrayMathProgramCode &pc)
 
bool floor_s (SCIRun::ArrayMathProgramCode &pc)
 
bool ceil_s (SCIRun::ArrayMathProgramCode &pc)
 
bool exp_s (SCIRun::ArrayMathProgramCode &pc)
 
bool pow_ss (SCIRun::ArrayMathProgramCode &pc)
 
bool sqrt_s (SCIRun::ArrayMathProgramCode &pc)
 
bool log_s (SCIRun::ArrayMathProgramCode &pc)
 
bool ln_s (SCIRun::ArrayMathProgramCode &pc)
 
bool log2_s (SCIRun::ArrayMathProgramCode &pc)
 
bool log10_s (SCIRun::ArrayMathProgramCode &pc)
 
bool cbrt_s (SCIRun::ArrayMathProgramCode &pc)
 
bool sin_s (SCIRun::ArrayMathProgramCode &pc)
 
bool cos_s (SCIRun::ArrayMathProgramCode &pc)
 
bool tan_s (SCIRun::ArrayMathProgramCode &pc)
 
bool sinh_s (SCIRun::ArrayMathProgramCode &pc)
 
bool cosh_s (SCIRun::ArrayMathProgramCode &pc)
 
bool asin_s (SCIRun::ArrayMathProgramCode &pc)
 
bool acos_s (SCIRun::ArrayMathProgramCode &pc)
 
bool atan_s (SCIRun::ArrayMathProgramCode &pc)
 
bool atan2_ss (SCIRun::ArrayMathProgramCode &pc)
 
bool asinh_s (SCIRun::ArrayMathProgramCode &pc)
 
bool acosh_s (SCIRun::ArrayMathProgramCode &pc)
 
bool or_ss (SCIRun::ArrayMathProgramCode &pc)
 
bool and_ss (SCIRun::ArrayMathProgramCode &pc)
 
bool eq_ss (SCIRun::ArrayMathProgramCode &pc)
 
bool neq_ss (SCIRun::ArrayMathProgramCode &pc)
 
bool le_ss (SCIRun::ArrayMathProgramCode &pc)
 
bool ge_ss (SCIRun::ArrayMathProgramCode &pc)
 
bool ls_ss (SCIRun::ArrayMathProgramCode &pc)
 
bool gt_ss (SCIRun::ArrayMathProgramCode &pc)
 
bool max_ss (SCIRun::ArrayMathProgramCode &pc)
 
bool median_sss (SCIRun::ArrayMathProgramCode &pc)
 
bool min_ss (SCIRun::ArrayMathProgramCode &pc)
 
bool random_value_ (SCIRun::ArrayMathProgramCode &pc)
 
bool get_scalar_fd (ArrayMathProgramCode &pc)
 
bool get_vector_fd (ArrayMathProgramCode &pc)
 
bool get_tensor_fd (ArrayMathProgramCode &pc)
 
bool get_node_location_fm (ArrayMathProgramCode &pc)
 
bool get_node_x_fm (ArrayMathProgramCode &pc)
 
bool get_node_y_fm (ArrayMathProgramCode &pc)
 
bool get_node_z_fm (ArrayMathProgramCode &pc)
 
bool get_element_location_fm (ArrayMathProgramCode &pc)
 
bool get_element_x_fm (ArrayMathProgramCode &pc)
 
bool get_element_y_fm (ArrayMathProgramCode &pc)
 
bool get_element_z_fm (ArrayMathProgramCode &pc)
 
bool get_scalar_m (ArrayMathProgramCode &pc)
 
bool get_scalar_ab (ArrayMathProgramCode &pc)
 
bool get_scalar_ai (ArrayMathProgramCode &pc)
 
bool get_scalar_ad (ArrayMathProgramCode &pc)
 
bool get_vector_m (ArrayMathProgramCode &pc)
 
bool get_tensor_m (ArrayMathProgramCode &pc)
 
bool to_fielddata_s (ArrayMathProgramCode &pc)
 
bool to_fielddata_v (ArrayMathProgramCode &pc)
 
bool to_fielddata_t (ArrayMathProgramCode &pc)
 
bool to_fieldnode_v (ArrayMathProgramCode &pc)
 
bool to_matrix_s (ArrayMathProgramCode &pc)
 
bool to_matrix_v (ArrayMathProgramCode &pc)
 
bool to_matrix_t (ArrayMathProgramCode &pc)
 
bool index_ (ArrayMathProgramCode &pc)
 
bool get_matrix_element_m (ArrayMathProgramCode &pc)
 
bool set_matrix_element_s (ArrayMathProgramCode &pc)
 
bool to_bool_array_s (ArrayMathProgramCode &pc)
 
bool to_int_array_s (ArrayMathProgramCode &pc)
 
bool to_double_array_s (ArrayMathProgramCode &pc)
 
bool tensor_ssssss (SCIRun::ArrayMathProgramCode &pc)
 
bool tensor_ (SCIRun::ArrayMathProgramCode &pc)
 
bool tensor_vvsss (SCIRun::ArrayMathProgramCode &pc)
 
bool tensor_vss (SCIRun::ArrayMathProgramCode &pc)
 
bool tensor_vvss (SCIRun::ArrayMathProgramCode &pc)
 
bool tensor_vvvsss (SCIRun::ArrayMathProgramCode &pc)
 
bool tensor_s (SCIRun::ArrayMathProgramCode &pc)
 
bool eigvec1_t (SCIRun::ArrayMathProgramCode &pc)
 
bool eigvec2_t (SCIRun::ArrayMathProgramCode &pc)
 
bool eigvec3_t (SCIRun::ArrayMathProgramCode &pc)
 
bool eigval1_t (SCIRun::ArrayMathProgramCode &pc)
 
bool eigval2_t (SCIRun::ArrayMathProgramCode &pc)
 
bool eigval3_t (SCIRun::ArrayMathProgramCode &pc)
 
bool trace_t (SCIRun::ArrayMathProgramCode &pc)
 
bool det_t (SCIRun::ArrayMathProgramCode &pc)
 
bool B_t (SCIRun::ArrayMathProgramCode &pc)
 
bool S_t (SCIRun::ArrayMathProgramCode &pc)
 
bool quality_t (SCIRun::ArrayMathProgramCode &pc)
 
bool frobenius_t (SCIRun::ArrayMathProgramCode &pc)
 
bool frobenius2_t (SCIRun::ArrayMathProgramCode &pc)
 
bool fracanisotropy_t (SCIRun::ArrayMathProgramCode &pc)
 
bool vec1_t (SCIRun::ArrayMathProgramCode &pc)
 
bool vec2_t (SCIRun::ArrayMathProgramCode &pc)
 
bool vec3_t (SCIRun::ArrayMathProgramCode &pc)
 
bool eq_tt (SCIRun::ArrayMathProgramCode &pc)
 
bool neq_tt (SCIRun::ArrayMathProgramCode &pc)
 
bool xx_t (SCIRun::ArrayMathProgramCode &pc)
 
bool xy_t (SCIRun::ArrayMathProgramCode &pc)
 
bool xz_t (SCIRun::ArrayMathProgramCode &pc)
 
bool yy_t (SCIRun::ArrayMathProgramCode &pc)
 
bool yz_t (SCIRun::ArrayMathProgramCode &pc)
 
bool zz_t (SCIRun::ArrayMathProgramCode &pc)
 
bool isfinite_t (SCIRun::ArrayMathProgramCode &pc)
 
bool isinfinite_t (SCIRun::ArrayMathProgramCode &pc)
 
bool isnan_t (SCIRun::ArrayMathProgramCode &pc)
 
bool max_t (SCIRun::ArrayMathProgramCode &pc)
 
bool min_t (SCIRun::ArrayMathProgramCode &pc)
 
bool boolean_t (SCIRun::ArrayMathProgramCode &pc)
 
bool inv_t (SCIRun::ArrayMathProgramCode &pc)
 
bool abs_t (SCIRun::ArrayMathProgramCode &pc)
 
bool round_t (SCIRun::ArrayMathProgramCode &pc)
 
bool floor_t (SCIRun::ArrayMathProgramCode &pc)
 
bool ceil_t (SCIRun::ArrayMathProgramCode &pc)
 
bool exp_t (SCIRun::ArrayMathProgramCode &pc)
 
bool pow_ts (SCIRun::ArrayMathProgramCode &pc)
 
bool sqrt_t (SCIRun::ArrayMathProgramCode &pc)
 
bool log_t (SCIRun::ArrayMathProgramCode &pc)
 
bool ln_t (SCIRun::ArrayMathProgramCode &pc)
 
bool log2_t (SCIRun::ArrayMathProgramCode &pc)
 
bool log10_t (SCIRun::ArrayMathProgramCode &pc)
 
bool cbrt_t (SCIRun::ArrayMathProgramCode &pc)
 
bool sin_t (SCIRun::ArrayMathProgramCode &pc)
 
bool cos_t (SCIRun::ArrayMathProgramCode &pc)
 
bool tan_t (SCIRun::ArrayMathProgramCode &pc)
 
bool sinh_t (SCIRun::ArrayMathProgramCode &pc)
 
bool cosh_t (SCIRun::ArrayMathProgramCode &pc)
 
bool asin_t (SCIRun::ArrayMathProgramCode &pc)
 
bool acos_t (SCIRun::ArrayMathProgramCode &pc)
 
bool atan_t (SCIRun::ArrayMathProgramCode &pc)
 
bool asinh_t (SCIRun::ArrayMathProgramCode &pc)
 
bool acosh_t (SCIRun::ArrayMathProgramCode &pc)
 
bool vector_sss (SCIRun::ArrayMathProgramCode &pc)
 
bool vector_ (SCIRun::ArrayMathProgramCode &pc)
 
bool eq_vv (SCIRun::ArrayMathProgramCode &pc)
 
bool neq_vv (SCIRun::ArrayMathProgramCode &pc)
 
bool x_v (SCIRun::ArrayMathProgramCode &pc)
 
bool y_v (SCIRun::ArrayMathProgramCode &pc)
 
bool z_v (SCIRun::ArrayMathProgramCode &pc)
 
bool isfinite_v (SCIRun::ArrayMathProgramCode &pc)
 
bool isinfinite_v (SCIRun::ArrayMathProgramCode &pc)
 
bool isnan_v (SCIRun::ArrayMathProgramCode &pc)
 
bool length2_v (SCIRun::ArrayMathProgramCode &pc)
 
bool norm_v (SCIRun::ArrayMathProgramCode &pc)
 
bool maxnorm_v (SCIRun::ArrayMathProgramCode &pc)
 
bool max_v (SCIRun::ArrayMathProgramCode &pc)
 
bool min_v (SCIRun::ArrayMathProgramCode &pc)
 
bool boolean_v (SCIRun::ArrayMathProgramCode &pc)
 
bool inv_v (SCIRun::ArrayMathProgramCode &pc)
 
bool abs_v (SCIRun::ArrayMathProgramCode &pc)
 
bool round_v (SCIRun::ArrayMathProgramCode &pc)
 
bool floor_v (SCIRun::ArrayMathProgramCode &pc)
 
bool ceil_v (SCIRun::ArrayMathProgramCode &pc)
 
bool exp_v (SCIRun::ArrayMathProgramCode &pc)
 
bool pow_vs (SCIRun::ArrayMathProgramCode &pc)
 
bool sqrt_v (SCIRun::ArrayMathProgramCode &pc)
 
bool log_v (SCIRun::ArrayMathProgramCode &pc)
 
bool ln_v (SCIRun::ArrayMathProgramCode &pc)
 
bool log2_v (SCIRun::ArrayMathProgramCode &pc)
 
bool log10_v (SCIRun::ArrayMathProgramCode &pc)
 
bool cbrt_v (SCIRun::ArrayMathProgramCode &pc)
 
bool sin_v (SCIRun::ArrayMathProgramCode &pc)
 
bool cos_v (SCIRun::ArrayMathProgramCode &pc)
 
bool tan_v (SCIRun::ArrayMathProgramCode &pc)
 
bool sinh_v (SCIRun::ArrayMathProgramCode &pc)
 
bool cosh_v (SCIRun::ArrayMathProgramCode &pc)
 
bool asin_v (SCIRun::ArrayMathProgramCode &pc)
 
bool acos_v (SCIRun::ArrayMathProgramCode &pc)
 
bool atan_v (SCIRun::ArrayMathProgramCode &pc)
 
bool asinh_v (SCIRun::ArrayMathProgramCode &pc)
 
bool acosh_v (SCIRun::ArrayMathProgramCode &pc)
 
bool dot_vv (SCIRun::ArrayMathProgramCode &pc)
 
bool mult_vv (SCIRun::ArrayMathProgramCode &pc)
 
bool cross_vv (SCIRun::ArrayMathProgramCode &pc)
 
bool normalize_v (SCIRun::ArrayMathProgramCode &pc)
 
bool find_normal1_v (SCIRun::ArrayMathProgramCode &pc)
 
bool find_normal2_v (SCIRun::ArrayMathProgramCode &pc)
 

Variables

Mutex RandomMutex ("Mutex for rand() and random() functions")
 

Function Documentation

bool ArrayMathFunctions::abs_s ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::abs_t ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::abs_v ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::acos_s ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::acos_t ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::acos_v ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::acosh_s ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::acosh_t ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::acosh_v ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::add_ss ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::add_ts ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::add_tt ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::add_vs ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::add_vv ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::and_ss ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::asin_s ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::asin_t ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::asin_v ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::asinh_s ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::asinh_t ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::asinh_v ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::assign_sss ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::assign_tss ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::assign_tsss ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::assign_vss ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::atan2_ss ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::atan_s ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::atan_t ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::atan_v ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::B_t ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::boolean_s ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::boolean_t ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::boolean_v ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::cbrt_s ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::cbrt_t ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::cbrt_v ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::ceil_s ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::ceil_t ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::ceil_v ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::center_fe ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::center_fn ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::cos_s ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::cos_t ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::cos_v ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::cosh_s ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::cosh_t ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::cosh_v ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::cross_vv ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::det_t ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::dimension_fe ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::dimension_fn ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::div_ss ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::div_ts ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::div_vs ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::dot_vv ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::eigval1_t ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::eigval2_t ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::eigval3_t ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::eigvec1_t ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::eigvec2_t ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::eigvec3_t ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::eq_ss ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::eq_tt ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::eq_vv ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::exp_s ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::exp_t ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::exp_v ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::find_normal1_v ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::find_normal2_v ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::floor_s ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::floor_t ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::floor_v ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::fracanisotropy_t ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::frobenius2_t ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::frobenius_t ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::ge_ss ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::get_element_location_fm ( ArrayMathProgramCode pc)
bool ArrayMathFunctions::get_element_x_fm ( ArrayMathProgramCode pc)
bool ArrayMathFunctions::get_element_y_fm ( ArrayMathProgramCode pc)
bool ArrayMathFunctions::get_element_z_fm ( ArrayMathProgramCode pc)
bool ArrayMathFunctions::get_matrix_element_m ( ArrayMathProgramCode pc)
bool ArrayMathFunctions::get_node_location_fm ( ArrayMathProgramCode pc)
bool ArrayMathFunctions::get_node_x_fm ( ArrayMathProgramCode pc)
bool ArrayMathFunctions::get_node_y_fm ( ArrayMathProgramCode pc)
bool ArrayMathFunctions::get_node_z_fm ( ArrayMathProgramCode pc)
bool ArrayMathFunctions::get_scalar_ab ( ArrayMathProgramCode pc)
bool ArrayMathFunctions::get_scalar_ad ( ArrayMathProgramCode pc)
bool ArrayMathFunctions::get_scalar_ai ( ArrayMathProgramCode pc)
bool ArrayMathFunctions::get_scalar_fd ( ArrayMathProgramCode pc)
bool ArrayMathFunctions::get_scalar_m ( ArrayMathProgramCode pc)
bool ArrayMathFunctions::get_tensor_fd ( ArrayMathProgramCode pc)
bool ArrayMathFunctions::get_tensor_m ( ArrayMathProgramCode pc)
bool ArrayMathFunctions::get_vector_fd ( ArrayMathProgramCode pc)
bool ArrayMathFunctions::get_vector_m ( ArrayMathProgramCode pc)
bool ArrayMathFunctions::gt_ss ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::index_ ( ArrayMathProgramCode pc)
bool ArrayMathFunctions::inv_s ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::inv_t ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::inv_v ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::isfinite_s ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::isfinite_t ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::isfinite_v ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::isinfinite_s ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::isinfinite_t ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::isinfinite_v ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::isnan_s ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::isnan_t ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::isnan_v ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::le_ss ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::length2_v ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::ln_s ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::ln_t ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::ln_v ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::log10_s ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::log10_t ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::log10_v ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::log2_s ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::log2_t ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::log2_v ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::log_s ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::log_t ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::log_v ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::ls_ss ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::max_ss ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::max_t ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::max_v ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::maxnorm_v ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::median_sss ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::min_ss ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::min_t ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::min_v ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::mult_ss ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::mult_ts ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::mult_tt ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::mult_vs ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::mult_vt ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::mult_vv ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::neg_s ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::neg_t ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::neg_v ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::neq_ss ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::neq_tt ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::neq_vv ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::norm_s ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::norm_v ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::normal_fe ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::normal_fn ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::normalize_v ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::not_s ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::or_ss ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::pow_ss ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::pow_ts ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::pow_vs ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::quality_t ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::ramp_sss ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::random_value_ ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::rect_sss ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::rem_ss ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::rem_ts ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::rem_vs ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::round_s ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::round_t ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::round_v ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::S_t ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::select_sss ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::select_stt ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::select_svv ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::seq_s ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::seq_t ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::seq_v ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::set_matrix_element_s ( ArrayMathProgramCode pc)
bool ArrayMathFunctions::sign_s ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::sin_s ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::sin_t ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::sin_v ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::sinh_s ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::sinh_t ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::sinh_v ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::size_fe ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::size_fn ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::sqrt_s ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::sqrt_t ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::sqrt_v ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::step_ss ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::sub_ss ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::sub_st ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::sub_sv ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::sub_ts ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::sub_tt ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::sub_vs ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::sub_vv ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::subs_ss ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::subs_ts ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::subs_tss ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::subs_vs ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::tan_s ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::tan_t ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::tan_v ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::tensor_ ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::tensor_s ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::tensor_ssssss ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::tensor_vss ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::tensor_vvss ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::tensor_vvsss ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::tensor_vvvsss ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::to_bool_array_s ( ArrayMathProgramCode pc)
bool ArrayMathFunctions::to_double_array_s ( ArrayMathProgramCode pc)
bool ArrayMathFunctions::to_fielddata_s ( ArrayMathProgramCode pc)
bool ArrayMathFunctions::to_fielddata_t ( ArrayMathProgramCode pc)
bool ArrayMathFunctions::to_fielddata_v ( ArrayMathProgramCode pc)
bool ArrayMathFunctions::to_fieldnode_v ( ArrayMathProgramCode pc)
bool ArrayMathFunctions::to_int_array_s ( ArrayMathProgramCode pc)
bool ArrayMathFunctions::to_matrix_s ( ArrayMathProgramCode pc)
bool ArrayMathFunctions::to_matrix_t ( ArrayMathProgramCode pc)
bool ArrayMathFunctions::to_matrix_v ( ArrayMathProgramCode pc)
bool ArrayMathFunctions::trace_t ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::vec1_t ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::vec2_t ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::vec3_t ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::vector_ ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::vector_sss ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::x_v ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::xx_t ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::xy_t ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::xz_t ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::y_v ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::yy_t ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::yz_t ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::z_v ( SCIRun::ArrayMathProgramCode pc)
bool ArrayMathFunctions::zz_t ( SCIRun::ArrayMathProgramCode pc)

Variable Documentation

Mutex RandomMutex("Mutex for rand() and random() functions")