ROOT  6.06/08
Reference Guide
Public Member Functions | Static Public Member Functions | List of all members
TCL Class Reference

Definition at line 36 of file TCernLib.h.

Public Member Functions

virtual ~TCL ()
 

Static Public Member Functions

static int * ucopy (const int *a, int *b, int n)
 
static float * ucopy (const float *a, float *b, int n)
 
static double * ucopy (const float *a, double *b, int n)
 
static float * ucopy (const double *a, float *b, int n)
 
static double * ucopy (const double *a, double *b, int n)
 
static void ** ucopy (const void **a, void **b, int n)
 
static float * vzero (float *a, int n2)
 
static double * vzero (double *a, int n2)
 
static void ** vzero (void **a, int n2)
 
static float * vadd (const float *b, const float *c, float *a, int n)
 
static double * vadd (const double *b, const double *c, double *a, int n)
 
static float * vadd (const float *b, const double *c, float *a, int n)
 
static double * vadd (const double *b, const float *c, double *a, int n)
 
static float vdot (const float *b, const float *a, int n)
 
static double vdot (const double *b, const double *a, int n)
 
static float * vsub (const float *a, const float *b, float *x, int n)
 
static double * vsub (const double *a, const double *b, double *x, int n)
 
static float * vsub (const float *b, const double *c, float *a, int n)
 
static double * vsub (const double *b, const float *c, double *a, int n)
 
static float * vcopyn (const float *a, float *x, int n)
 
static double * vcopyn (const double *a, double *x, int n)
 
static float * vscale (const float *a, float scale, float *b, int n)
 
static double * vscale (const double *a, double scale, double *b, int n)
 
static float * vlinco (const float *a, float fa, const float *b, float fb, float *x, int n)
 
static double * vlinco (const double *a, double fa, const double *b, double fb, double *x, int n)
 
static float * vmatl (const float *g, const float *c, float *x, int n=3, int m=3)
 
static double * vmatl (const double *g, const double *c, double *x, int n=3, int m=3)
 
static float * vmatr (const float *c, const float *g, float *x, int n=3, int m=3)
 
static double * vmatr (const double *c, const double *g, double *x, int n=3, int m=3)
 
static float * mxmad_0_ (int n, const float *a, const float *b, float *c, int i, int j, int k)
 
static float * mxmad (const float *a, const float *b, float *c, int i, int j, int k)
 
static float * mxmad1 (const float *a, const float *b, float *c, int i, int j, int k)
 
static float * mxmad2 (const float *a, const float *b, float *c, int i, int j, int k)
 
static float * mxmad3 (const float *a, const float *b, float *c, int i, int j, int k)
 
static float * mxmpy (const float *a, const float *b, float *c, int i, int j, int k)
 
static float * mxmpy1 (const float *a, const float *b, float *c, int i, int j, int k)
 
static float * mxmpy2 (const float *a, const float *b, float *c, int i, int j, int k)
 
static float * mxmpy3 (const float *a, const float *b, float *c, int i, int j, int k)
 
static float * mxmub (const float *a, const float *b, float *c, int i, int j, int k)
 
static float * mxmub1 (const float *a, const float *b, float *c, int i, int j, int k)
 
static float * mxmub2 (const float *a, const float *b, float *c, int i, int j, int k)
 
static float * mxmub3 (const float *a, const float *b, float *c, int i, int j, int k)
 
static float * mxmlrt_0_ (int n__, const float *a, const float *b, float *c, int ni, int nj)
 Matrix Multiplication. More...
 
static float * mxmlrt (const float *a, const float *b, float *c, int ni, int nj)
 
static float * mxmltr (const float *a, const float *b, float *c, int ni, int nj)
 
static float * mxtrp (const float *a, float *b, int i, int j)
 Matrix Transposition. More...
 
static double * mxmad_0_ (int n, const double *a, const double *b, double *c, int i, int j, int k)
 
static double * mxmad (const double *a, const double *b, double *c, int i, int j, int k)
 
static double * mxmad1 (const double *a, const double *b, double *c, int i, int j, int k)
 
static double * mxmad2 (const double *a, const double *b, double *c, int i, int j, int k)
 
static double * mxmad3 (const double *a, const double *b, double *c, int i, int j, int k)
 
static double * mxmpy (const double *a, const double *b, double *c, int i, int j, int k)
 
static double * mxmpy1 (const double *a, const double *b, double *c, int i, int j, int k)
 
static double * mxmpy2 (const double *a, const double *b, double *c, int i, int j, int k)
 
static double * mxmpy3 (const double *a, const double *b, double *c, int i, int j, int k)
 
static double * mxmub (const double *a, const double *b, double *c, int i, int j, int k)
 
static double * mxmub1 (const double *a, const double *b, double *c, int i, int j, int k)
 
static double * mxmub2 (const double *a, const double *b, double *c, int i, int j, int k)
 
static double * mxmub3 (const double *a, const double *b, double *c, int i, int j, int k)
 
static double * mxmlrt_0_ (int n__, const double *a, const double *b, double *c, int ni, int nj)
 Matrix Multiplication (double precision) More...
 
static double * mxmlrt (const double *a, const double *b, double *c, int ni, int nj)
 
static double * mxmltr (const double *a, const double *b, double *c, int ni, int nj)
 
static double * mxtrp (const double *a, double *b, int i, int j)
 Matrix Transposition (double precision) More...
 
static float * traat (const float *a, float *s, int m, int n)
 Symmetric Multiplication of Rectangular Matrices. More...
 
static float * tral (const float *a, const float *u, float *b, int m, int n)
 Triangular - Rectangular Multiplication. More...
 
static float * tralt (const float *a, const float *u, float *b, int m, int n)
 Triangular - Rectangular Multiplication. More...
 
static float * tras (const float *a, const float *s, float *b, int m, int n)
 Symmetric - Rectangular Multiplication. More...
 
static float * trasat (const float *a, const float *s, float *r, int m, int n)
 Transformation of Symmetric Matrix. More...
 
static float * trasat (const double *a, const float *s, float *r, int m, int n)
 Transformation of Symmetric Matrix. More...
 
static float * trata (const float *a, float *r, int m, int n)
 trata.F – translated by f2c (version 19970219). More...
 
static float * trats (const float *a, const float *s, float *b, int m, int n)
 trats.F – translated by f2c (version 19970219). More...
 
static float * tratsa (const float *a, const float *s, float *r, int m, int n)
 tratsa.F – translated by f2c (version 19970219). More...
 
static float * trchlu (const float *a, float *b, int n)
 trchlu.F – translated by f2c (version 19970219). More...
 
static float * trchul (const float *a, float *b, int n)
 trchul.F – translated by f2c (version 19970219). More...
 
static float * trinv (const float *t, float *s, int n)
 trinv.F – translated by f2c (version 19970219). More...
 
static float * trla (const float *u, const float *a, float *b, int m, int n)
 trla.F – translated by f2c (version 19970219). More...
 
static float * trlta (const float *u, const float *a, float *b, int m, int n)
 trlta.F – translated by f2c (version 19970219). More...
 
static float * trpck (const float *s, float *u, int n)
 trpck.F – translated by f2c (version 19970219). More...
 
static float * trqsq (const float *q, const float *s, float *r, int m)
 trqsq.F – translated by f2c (version 19970219). More...
 
static float * trsa (const float *s, const float *a, float *b, int m, int n)
 trsa.F – translated by f2c (version 19970219). More...
 
static float * trsinv (const float *g, float *gi, int n)
 trsinv.F – translated by f2c (version 19970219). More...
 
static float * trsmlu (const float *u, float *s, int n)
 trsmlu.F – translated by f2c (version 19970219). More...
 
static float * trsmul (const float *g, float *gi, int n)
 trsmul.F – translated by f2c (version 19970219). More...
 
static float * trupck (const float *u, float *s, int m)
 trupck.F – translated by f2c (version 19970219). More...
 
static float * trsat (const float *s, const float *a, float *b, int m, int n)
 trsat.F – translated by f2c (version 19970219). More...
 
static float * trsequ (float *smx, int m=3, float *b=0, int n=1)
 Linear Equations, Matrix Inversion trsequ solves the matrix equation. More...
 
static double * traat (const double *a, double *s, int m, int n)
 Symmetric Multiplication of Rectangular Matrices. More...
 
static double * tral (const double *a, const double *u, double *b, int m, int n)
 Triangular - Rectangular Multiplication. More...
 
static double * tralt (const double *a, const double *u, double *b, int m, int n)
 Triangular - Rectangular Multiplication. More...
 
static double * tras (const double *a, const double *s, double *b, int m, int n)
 Symmetric - Rectangular Multiplication. More...
 
static double * trasat (const double *a, const double *s, double *r, int m, int n)
 Transformation of Symmetric Matrix. More...
 
static double * trata (const double *a, double *r, int m, int n)
 trata.F – translated by f2c (version 19970219). More...
 
static double * trats (const double *a, const double *s, double *b, int m, int n)
 trats.F – translated by f2c (version 19970219). More...
 
static double * tratsa (const double *a, const double *s, double *r, int m, int n)
 tratsa.F – translated by f2c (version 19970219). More...
 
static double * trchlu (const double *a, double *b, int n)
 trchlu.F – translated by f2c (version 19970219). More...
 
static double * trchul (const double *a, double *b, int n)
 trchul.F – translated by f2c (version 19970219). More...
 
static double * trinv (const double *t, double *s, int n)
 trinv.F – translated by f2c (version 19970219). More...
 
static double * trla (const double *u, const double *a, double *b, int m, int n)
 trla.F – translated by f2c (version 19970219). More...
 
static double * trlta (const double *u, const double *a, double *b, int m, int n)
 trlta.F – translated by f2c (version 19970219). More...
 
static double * trpck (const double *s, double *u, int n)
 trpck.F – translated by f2c (version 19970219). More...
 
static double * trqsq (const double *q, const double *s, double *r, int m)
 trqsq.F – translated by f2c (version 19970219). More...
 
static double * trsa (const double *s, const double *a, double *b, int m, int n)
 trsa.F – translated by f2c (version 19970219). More...
 
static double * trsinv (const double *g, double *gi, int n)
 trsinv.F – translated by f2c (version 19970219). More...
 
static double * trsmlu (const double *u, double *s, int n)
 trsmlu.F – translated by f2c (version 19970219). More...
 
static double * trsmul (const double *g, double *gi, int n)
 trsmul.F – translated by f2c (version 19970219). More...
 
static double * trupck (const double *u, double *s, int m)
 trupck.F – translated by f2c (version 19970219). More...
 
static double * trsat (const double *s, const double *a, double *b, int m, int n)
 trsat.F – translated by f2c (version 19970219) More...
 
static double * trsequ (double *smx, int m=3, double *b=0, int n=1)
 Linear Equations, Matrix Inversion trsequ solves the matrix equation. More...
 

#include <TCernLib.h>

Constructor & Destructor Documentation

§ ~TCL()

virtual TCL::~TCL ( )
inlinevirtual

Definition at line 38 of file TCernLib.h.

Member Function Documentation

§ mxmad() [1/2]

float * TCL::mxmad ( const float *  a,
const float *  b,
float *  c,
int  i,
int  j,
int  k 
)
inlinestatic

Definition at line 180 of file TCernLib.h.

Referenced by ~TCL().

§ mxmad() [2/2]

double * TCL::mxmad ( const double *  a,
const double *  b,
double *  c,
int  i,
int  j,
int  k 
)
inlinestatic

Definition at line 267 of file TCernLib.h.

§ mxmad1() [1/2]

float * TCL::mxmad1 ( const float *  a,
const float *  b,
float *  c,
int  i,
int  j,
int  k 
)
inlinestatic

Definition at line 186 of file TCernLib.h.

Referenced by ~TCL().

§ mxmad1() [2/2]

double * TCL::mxmad1 ( const double *  a,
const double *  b,
double *  c,
int  i,
int  j,
int  k 
)
inlinestatic

Definition at line 273 of file TCernLib.h.

§ mxmad2() [1/2]

float * TCL::mxmad2 ( const float *  a,
const float *  b,
float *  c,
int  i,
int  j,
int  k 
)
inlinestatic

Definition at line 192 of file TCernLib.h.

Referenced by ~TCL().

§ mxmad2() [2/2]

double * TCL::mxmad2 ( const double *  a,
const double *  b,
double *  c,
int  i,
int  j,
int  k 
)
inlinestatic

Definition at line 279 of file TCernLib.h.

§ mxmad3() [1/2]

float * TCL::mxmad3 ( const float *  a,
const float *  b,
float *  c,
int  i,
int  j,
int  k 
)
inlinestatic

Definition at line 198 of file TCernLib.h.

Referenced by ~TCL().

§ mxmad3() [2/2]

double * TCL::mxmad3 ( const double *  a,
const double *  b,
double *  c,
int  i,
int  j,
int  k 
)
inlinestatic

Definition at line 285 of file TCernLib.h.

§ mxmad_0_() [1/2]

float * TCL::mxmad_0_ ( int  n,
const float *  a,
const float *  b,
float *  c,
int  i,
int  j,
int  k 
)
static

§ mxmad_0_() [2/2]

double * TCL::mxmad_0_ ( int  n,
const double *  a,
const double *  b,
double *  c,
int  i,
int  j,
int  k 
)
static

Definition at line 117 of file TCernLib.cxx.

§ mxmlrt() [1/2]

float * TCL::mxmlrt ( const float *  a,
const float *  b,
float *  c,
int  ni,
int  nj 
)
inlinestatic

Definition at line 252 of file TCernLib.h.

Referenced by ~TCL().

§ mxmlrt() [2/2]

double * TCL::mxmlrt ( const double *  a,
const double *  b,
double *  c,
int  ni,
int  nj 
)
inlinestatic

Definition at line 339 of file TCernLib.h.

§ mxmlrt_0_() [1/2]

float * TCL::mxmlrt_0_ ( int  n__,
const float *  a,
const float *  b,
float *  c,
int  ni,
int  nj 
)
static

Matrix Multiplication.

CERN PROGLIB# F110 MXMLRT .VERSION KERNFOR 2.00 720707 ORIG. 01/01/64 RKB

See original documentation of CERNLIB package F110

Definition at line 164 of file TCernLib.cxx.

Referenced by mxmlrt(), mxmltr(), and ~TCL().

§ mxmlrt_0_() [2/2]

double * TCL::mxmlrt_0_ ( int  n__,
const double *  a,
const double *  b,
double *  c,
int  ni,
int  nj 
)
static

Matrix Multiplication (double precision)

CERN PROGLIB# F110 MXMLRT .VERSION KERNFOR 2.00 720707 ORIG. 01/01/64 RKB

See original documentation of CERNLIB package F110

Definition at line 198 of file TCernLib.cxx.

§ mxmltr() [1/2]

float * TCL::mxmltr ( const float *  a,
const float *  b,
float *  c,
int  ni,
int  nj 
)
inlinestatic

Definition at line 258 of file TCernLib.h.

Referenced by ~TCL().

§ mxmltr() [2/2]

double * TCL::mxmltr ( const double *  a,
const double *  b,
double *  c,
int  ni,
int  nj 
)
inlinestatic

Definition at line 345 of file TCernLib.h.

§ mxmpy() [1/2]

float * TCL::mxmpy ( const float *  a,
const float *  b,
float *  c,
int  i,
int  j,
int  k 
)
inlinestatic

Definition at line 204 of file TCernLib.h.

Referenced by TVolumePosition::Master2Local(), and ~TCL().

§ mxmpy() [2/2]

double * TCL::mxmpy ( const double *  a,
const double *  b,
double *  c,
int  i,
int  j,
int  k 
)
inlinestatic

Definition at line 291 of file TCernLib.h.

§ mxmpy1() [1/2]

float * TCL::mxmpy1 ( const float *  a,
const float *  b,
float *  c,
int  i,
int  j,
int  k 
)
inlinestatic

Definition at line 210 of file TCernLib.h.

Referenced by ~TCL().

§ mxmpy1() [2/2]

double * TCL::mxmpy1 ( const double *  a,
const double *  b,
double *  c,
int  i,
int  j,
int  k 
)
inlinestatic

Definition at line 297 of file TCernLib.h.

§ mxmpy2() [1/2]

float * TCL::mxmpy2 ( const float *  a,
const float *  b,
float *  c,
int  i,
int  j,
int  k 
)
inlinestatic

Definition at line 216 of file TCernLib.h.

Referenced by TVolumePosition::Local2Master(), and ~TCL().

§ mxmpy2() [2/2]

double * TCL::mxmpy2 ( const double *  a,
const double *  b,
double *  c,
int  i,
int  j,
int  k 
)
inlinestatic

Definition at line 303 of file TCernLib.h.

§ mxmpy3() [1/2]

float * TCL::mxmpy3 ( const float *  a,
const float *  b,
float *  c,
int  i,
int  j,
int  k 
)
inlinestatic

Definition at line 222 of file TCernLib.h.

Referenced by ~TCL().

§ mxmpy3() [2/2]

double * TCL::mxmpy3 ( const double *  a,
const double *  b,
double *  c,
int  i,
int  j,
int  k 
)
inlinestatic

Definition at line 309 of file TCernLib.h.

§ mxmub() [1/2]

float * TCL::mxmub ( const float *  a,
const float *  b,
float *  c,
int  i,
int  j,
int  k 
)
inlinestatic

Definition at line 228 of file TCernLib.h.

Referenced by ~TCL().

§ mxmub() [2/2]

double * TCL::mxmub ( const double *  a,
const double *  b,
double *  c,
int  i,
int  j,
int  k 
)
inlinestatic

Definition at line 315 of file TCernLib.h.

§ mxmub1() [1/2]

float * TCL::mxmub1 ( const float *  a,
const float *  b,
float *  c,
int  i,
int  j,
int  k 
)
inlinestatic

Definition at line 234 of file TCernLib.h.

Referenced by ~TCL().

§ mxmub1() [2/2]

double * TCL::mxmub1 ( const double *  a,
const double *  b,
double *  c,
int  i,
int  j,
int  k 
)
inlinestatic

Definition at line 321 of file TCernLib.h.

§ mxmub2() [1/2]

float * TCL::mxmub2 ( const float *  a,
const float *  b,
float *  c,
int  i,
int  j,
int  k 
)
inlinestatic

Definition at line 240 of file TCernLib.h.

Referenced by ~TCL().

§ mxmub2() [2/2]

double * TCL::mxmub2 ( const double *  a,
const double *  b,
double *  c,
int  i,
int  j,
int  k 
)
inlinestatic

Definition at line 327 of file TCernLib.h.

§ mxmub3() [1/2]

float * TCL::mxmub3 ( const float *  a,
const float *  b,
float *  c,
int  i,
int  j,
int  k 
)
inlinestatic

Definition at line 246 of file TCernLib.h.

Referenced by ~TCL().

§ mxmub3() [2/2]

double * TCL::mxmub3 ( const double *  a,
const double *  b,
double *  c,
int  i,
int  j,
int  k 
)
inlinestatic

Definition at line 333 of file TCernLib.h.

§ mxtrp() [1/2]

float * TCL::mxtrp ( const float *  a,
float *  b,
int  i,
int  j 
)
static

Matrix Transposition.

CERN PROGLIB# F110 MXTRP .VERSION KERNFOR 1.0 650809 ORIG. 01/01/64 RKB

See original documentation of CERNLIB package F110

Definition at line 229 of file TCernLib.cxx.

Referenced by ~TCL().

§ mxtrp() [2/2]

double * TCL::mxtrp ( const double *  a,
double *  b,
int  i,
int  j 
)
static

Matrix Transposition (double precision)

CERN PROGLIB# F110 MXTRP .VERSION KERNFOR 1.0 650809 ORIG. 01/01/64 RKB

See original documentation of CERNLIB package F110

Definition at line 244 of file TCernLib.cxx.

§ traat() [1/2]

float * TCL::traat ( const float *  a,
float *  s,
int  m,
int  n 
)
static

Symmetric Multiplication of Rectangular Matrices.

CERN PROGLIB# F112 TRAAT .VERSION KERNFOR 4.15 861204 ORIG. 18/12/74 WH

traat.F – translated by f2c (version 19970219).

See original documentation of CERNLIB package F112

Definition at line 294 of file TCernLib.cxx.

Referenced by ~TCL().

§ traat() [2/2]

double * TCL::traat ( const double *  a,
double *  s,
int  m,
int  n 
)
static

Symmetric Multiplication of Rectangular Matrices.

CERN PROGLIB# F112 TRAAT .VERSION KERNFOR 4.15 861204 ORIG. 18/12/74 WH

traat.F – translated by f2c (version 19970219).

See original documentation of CERNLIB package F112

Definition at line 311 of file TCernLib.cxx.

§ tral() [1/2]

float * TCL::tral ( const float *  a,
const float *  u,
float *  b,
int  m,
int  n 
)
static

Triangular - Rectangular Multiplication.

CERN PROGLIB# F112 TRAL .VERSION KERNFOR 4.15 861204 ORIG. 18/12/74 WH

tral.F – translated by f2c (version 19970219).

See original documentation of CERNLIB package F112

Definition at line 353 of file TCernLib.cxx.

Referenced by ~TCL().

§ tral() [2/2]

double * TCL::tral ( const double *  a,
const double *  u,
double *  b,
int  m,
int  n 
)
static

Triangular - Rectangular Multiplication.

CERN PROGLIB# F112 TRAL .VERSION KERNFOR 4.15 861204 ORIG. 18/12/74 WH

tral.F – translated by f2c (version 19970219).

See original documentation of CERNLIB package F112

Definition at line 370 of file TCernLib.cxx.

§ tralt() [1/2]

float * TCL::tralt ( const float *  a,
const float *  u,
float *  b,
int  m,
int  n 
)
static

Triangular - Rectangular Multiplication.

CERN PROGLIB# F112 TRALT .VERSION KERNFOR 4.15 861204 ORIG. 18/12/74 WH

tralt.F – translated by f2c (version 19970219).

See original documentation of CERNLIB package F112

Definition at line 412 of file TCernLib.cxx.

Referenced by ~TCL().

§ tralt() [2/2]

double * TCL::tralt ( const double *  a,
const double *  u,
double *  b,
int  m,
int  n 
)
static

Triangular - Rectangular Multiplication.

CERN PROGLIB# F112 TRALT .VERSION KERNFOR 4.15 861204 ORIG. 18/12/74 WH

tralt.F – translated by f2c (version 19970219).

See original documentation of CERNLIB package F112

Definition at line 429 of file TCernLib.cxx.

§ tras() [1/2]

float * TCL::tras ( const float *  a,
const float *  s,
float *  b,
int  m,
int  n 
)
static

Symmetric - Rectangular Multiplication.

CERN PROGLIB# F112 TRAS .VERSION KERNFOR 4.15 861204 ORIG. 18/12/74 WH

tras.F – translated by f2c (version 19970219).

See original documentation of CERNLIB package F112

Definition at line 477 of file TCernLib.cxx.

Referenced by ~TCL().

§ tras() [2/2]

double * TCL::tras ( const double *  a,
const double *  s,
double *  b,
int  m,
int  n 
)
static

Symmetric - Rectangular Multiplication.

CERN PROGLIB# F112 TRAS .VERSION KERNFOR 4.15 861204 ORIG. 18/12/74 WH

tras.F – translated by f2c (version 19970219).

See original documentation of CERNLIB package F112

Definition at line 494 of file TCernLib.cxx.

§ trasat() [1/3]

float * TCL::trasat ( const float *  a,
const float *  s,
float *  r__,
int  m,
int  n 
)
static

Transformation of Symmetric Matrix.

CERN PROGLIB# F112 TRASAT .VERSION KERNFOR 4.15 861204 ORIG. 18/12/74 WH

trasat.F – translated by f2c (version 19970219).

See original documentation of CERNLIB package F112

Definition at line 550 of file TCernLib.cxx.

Referenced by TVolumePosition::Cormx2Master(), and ~TCL().

§ trasat() [2/3]

float * TCL::trasat ( const double *  a,
const float *  s,
float *  r__,
int  m,
int  n 
)
static

Transformation of Symmetric Matrix.

CERN PROGLIB# F112 TRASAT .VERSION KERNFOR 4.15 861204 ORIG. 18/12/74 WH

trasat.F – translated by f2c (version 19970219).

See original documentation of CERNLIB package F112

Definition at line 584 of file TCernLib.cxx.

§ trasat() [3/3]

double * TCL::trasat ( const double *  a,
const double *  s,
double *  r__,
int  m,
int  n 
)
static

Transformation of Symmetric Matrix.

CERN PROGLIB# F112 TRASAT .VERSION KERNFOR 4.15 861204 ORIG. 18/12/74 WH

trasat.F – translated by f2c (version 19970219).

See original documentation of CERNLIB package F112

Definition at line 567 of file TCernLib.cxx.

§ trata() [1/2]

float * TCL::trata ( const float *  a,
float *  r__,
int  m,
int  n 
)
static

trata.F – translated by f2c (version 19970219).

CERN PROGLIB# F112 TRATA .VERSION KERNFOR 4.15 861204 ORIG. 18/12/74 WH

See original documentation of CERNLIB package F112

Definition at line 601 of file TCernLib.cxx.

Referenced by ~TCL().

§ trata() [2/2]

double * TCL::trata ( const double *  a,
double *  r__,
int  m,
int  n 
)
static

trata.F – translated by f2c (version 19970219).

CERN PROGLIB# F112 TRATA .VERSION KERNFOR 4.15 861204 ORIG. 18/12/74 WH

See original documentation of CERNLIB package F112

Definition at line 1361 of file TCernLib.cxx.

§ trats() [1/2]

float * TCL::trats ( const float *  a,
const float *  s,
float *  b,
int  m,
int  n 
)
static

trats.F – translated by f2c (version 19970219).

CERN PROGLIB# F112 TRATS .VERSION KERNFOR 4.15 861204 ORIG. 18/12/74 WH

See original documentation of CERNLIB package F112

Definition at line 641 of file TCernLib.cxx.

Referenced by ~TCL().

§ trats() [2/2]

double * TCL::trats ( const double *  a,
const double *  s,
double *  b,
int  m,
int  n 
)
static

trats.F – translated by f2c (version 19970219).

CERN PROGLIB# F112 TRATS .VERSION KERNFOR 4.15 861204 ORIG. 18/12/74 WH

See original documentation of CERNLIB package F112

Definition at line 1403 of file TCernLib.cxx.

§ tratsa() [1/2]

float * TCL::tratsa ( const float *  a,
const float *  s,
float *  r__,
int  m,
int  n 
)
static

tratsa.F – translated by f2c (version 19970219).

CERN PROGLIB# F112 TRATSA .VERSION KERNFOR 4.15 861204 ORIG. 18/12/74 WH

See original documentation of CERNLIB package F112

Definition at line 688 of file TCernLib.cxx.

Referenced by TVolumePosition::Cormx2Local(), and ~TCL().

§ tratsa() [2/2]

double * TCL::tratsa ( const double *  a,
const double *  s,
double *  r__,
int  m,
int  n 
)
static

tratsa.F – translated by f2c (version 19970219).

CERN PROGLIB# F112 TRATSA .VERSION KERNFOR 4.15 861204 ORIG. 18/12/74 WH

See original documentation of CERNLIB package F112

Definition at line 1451 of file TCernLib.cxx.

§ trchlu() [1/2]

float * TCL::trchlu ( const float *  a,
float *  b,
int  n 
)
static

trchlu.F – translated by f2c (version 19970219).

CERN PROGLIB# F112 TRCHLU .VERSION KERNFOR 4.16 870601 ORIG. 18/12/74 W.HART

See original documentation of CERNLIB package F112

Definition at line 744 of file TCernLib.cxx.

Referenced by trsinv(), and ~TCL().

§ trchlu() [2/2]

double * TCL::trchlu ( const double *  a,
double *  b,
int  n 
)
static

trchlu.F – translated by f2c (version 19970219).

CERN PROGLIB# F112 TRCHLU .VERSION KERNFOR 4.16 870601 ORIG. 18/12/74 W.HART

See original documentation of CERNLIB package F112

Definition at line 1507 of file TCernLib.cxx.

§ trchul() [1/2]

float * TCL::trchul ( const float *  a,
float *  b,
int  n 
)
static

trchul.F – translated by f2c (version 19970219).

CERN PROGLIB# F112 TRCHUL .VERSION KERNFOR 4.16 870601 ORIG. 18/12/74 WH

See original documentation of CERNLIB package F112

Definition at line 804 of file TCernLib.cxx.

Referenced by ~TCL().

§ trchul() [2/2]

double * TCL::trchul ( const double *  a,
double *  b,
int  n 
)
static

trchul.F – translated by f2c (version 19970219).

CERN PROGLIB# F112 TRCHUL .VERSION KERNFOR 4.16 870601 ORIG. 18/12/74 WH

See original documentation of CERNLIB package F112

Definition at line 1567 of file TCernLib.cxx.

§ trinv() [1/2]

float * TCL::trinv ( const float *  t,
float *  s,
int  n 
)
static

trinv.F – translated by f2c (version 19970219).

CERN PROGLIB# F112 TRINV .VERSION KERNFOR 4.15 861204 ORIG. 18/12/74 WH

See original documentation of CERNLIB package F112

Definition at line 868 of file TCernLib.cxx.

Referenced by trsinv(), and ~TCL().

§ trinv() [2/2]

double * TCL::trinv ( const double *  t,
double *  s,
int  n 
)
static

trinv.F – translated by f2c (version 19970219).

CERN PROGLIB# F112 TRINV .VERSION KERNFOR 4.15 861204 ORIG. 18/12/74 WH

See original documentation of CERNLIB package F112

Definition at line 1630 of file TCernLib.cxx.

§ trla() [1/2]

float * TCL::trla ( const float *  u,
const float *  a,
float *  b,
int  m,
int  n 
)
static

trla.F – translated by f2c (version 19970219).

CERN PROGLIB# F112 TRLA .VERSION KERNFOR 4.15 861204 ORIG. 18/12/74 WH

See original documentation of CERNLIB package F112

Definition at line 927 of file TCernLib.cxx.

Referenced by ~TCL().

§ trla() [2/2]

double * TCL::trla ( const double *  u,
const double *  a,
double *  b,
int  m,
int  n 
)
static

trla.F – translated by f2c (version 19970219).

CERN PROGLIB# F112 TRLA .VERSION KERNFOR 4.15 861204 ORIG. 18/12/74 WH

See original documentation of CERNLIB package F112

Definition at line 1687 of file TCernLib.cxx.

§ trlta() [1/2]

float * TCL::trlta ( const float *  u,
const float *  a,
float *  b,
int  m,
int  n 
)
static

trlta.F – translated by f2c (version 19970219).

CERN PROGLIB# F112 TRLTA .VERSION KERNFOR 4.15 861204 ORIG. 18/12/74 WH

See original documentation of CERNLIB package F112

Definition at line 971 of file TCernLib.cxx.

Referenced by ~TCL().

§ trlta() [2/2]

double * TCL::trlta ( const double *  u,
const double *  a,
double *  b,
int  m,
int  n 
)
static

trlta.F – translated by f2c (version 19970219).

CERN PROGLIB# F112 TRLTA .VERSION KERNFOR 4.15 861204 ORIG. 18/12/74 WH

See original documentation of CERNLIB package F112

Definition at line 1730 of file TCernLib.cxx.

§ trpck() [1/2]

float * TCL::trpck ( const float *  s,
float *  u,
int  n 
)
static

trpck.F – translated by f2c (version 19970219).

CERN PROGLIB# F112 TRPCK .VERSION KERNFOR 2.08 741218 ORIG. 18/12/74 WH

See original documentation of CERNLIB package F112

Definition at line 1022 of file TCernLib.cxx.

Referenced by trsequ(), and ~TCL().

§ trpck() [2/2]

double * TCL::trpck ( const double *  s,
double *  u,
int  n 
)
static

trpck.F – translated by f2c (version 19970219).

CERN PROGLIB# F112 TRPCK .VERSION KERNFOR 2.08 741218 ORIG. 18/12/74 WH

See original documentation of CERNLIB package F112

Definition at line 1780 of file TCernLib.cxx.

§ trqsq() [1/2]

float * TCL::trqsq ( const float *  q,
const float *  s,
float *  r__,
int  m 
)
static

trqsq.F – translated by f2c (version 19970219).

CERN PROGLIB# F112 TRQSQ .VERSION KERNFOR 4.15 861204 ORIG. 18/12/74 WH

See original documentation of CERNLIB package F112

Definition at line 1057 of file TCernLib.cxx.

Referenced by ~TCL().

§ trqsq() [2/2]

double * TCL::trqsq ( const double *  q,
const double *  s,
double *  r__,
int  m 
)
static

trqsq.F – translated by f2c (version 19970219).

CERN PROGLIB# F112 TRQSQ .VERSION KERNFOR 4.15 861204 ORIG. 18/12/74 WH

See original documentation of CERNLIB package F112

Definition at line 1814 of file TCernLib.cxx.

§ trsa() [1/2]

float * TCL::trsa ( const float *  s,
const float *  a,
float *  b,
int  m,
int  n 
)
static

trsa.F – translated by f2c (version 19970219).

CERN PROGLIB# F112 TRSA .VERSION KERNFOR 4.15 861204 ORIG. 18/12/74 WH

See original documentation of CERNLIB package F112

Definition at line 1123 of file TCernLib.cxx.

Referenced by trsequ(), and ~TCL().

§ trsa() [2/2]

double * TCL::trsa ( const double *  s,
const double *  a,
double *  b,
int  m,
int  n 
)
static

trsa.F – translated by f2c (version 19970219).

CERN PROGLIB# F112 TRSA .VERSION KERNFOR 4.15 861204 ORIG. 18/12/74 WH

See original documentation of CERNLIB package F112

Definition at line 1879 of file TCernLib.cxx.

§ trsat() [1/2]

float * TCL::trsat ( const float *  s,
const float *  a,
float *  b,
int  m,
int  n 
)
static

trsat.F – translated by f2c (version 19970219).

CERN PROGLIB# F112 TRSAT .VERSION KERNFOR 4.15 861204 ORIG. 18/12/74 WH

See original documentation of CERNLIB package F112

Definition at line 1310 of file TCernLib.cxx.

Referenced by ~TCL().

§ trsat() [2/2]

double * TCL::trsat ( const double *  s,
const double *  a,
double *  b,
int  m,
int  n 
)
static

trsat.F – translated by f2c (version 19970219)

CERN PROGLIB# F112 TRSAT .VERSION KERNFOR 4.15 861204 ORIG. 18/12/74 WH

See original documentation of CERNLIB package F112

Definition at line 2066 of file TCernLib.cxx.

§ trsequ() [1/2]

float * TCL::trsequ ( float *  smx,
int  m = 3,
float *  b = 0,
int  n = 1 
)
static

Linear Equations, Matrix Inversion trsequ solves the matrix equation.

SMX*x = B

which represents a system of m simultaneous linear equations with n right-hand sides: SMX is an unpacked symmetric matrix (all elements) (m x m) B is an unpacked matrix of right-hand sides (n x m)

Definition at line 2118 of file TCernLib.cxx.

Referenced by ~TCL().

§ trsequ() [2/2]

double * TCL::trsequ ( double *  smx,
int  m = 3,
double *  b = 0,
int  n = 1 
)
static

Linear Equations, Matrix Inversion trsequ solves the matrix equation.

SMX*x = B

which represents a system of m simultaneous linear equations with n right-hand sides: SMX is an unpacked symmetric matrix (all elements) (m x m) B is an unpacked matrix of right-hand sides (n x m)

Definition at line 2145 of file TCernLib.cxx.

§ trsinv() [1/2]

float * TCL::trsinv ( const float *  g,
float *  gi,
int  n 
)
static

trsinv.F – translated by f2c (version 19970219).

CERN PROGLIB# F112 TRSINV .VERSION KERNFOR 2.08 741218 ORIG. 18/12/74 WH

See original documentation of CERNLIB package F112

Definition at line 1172 of file TCernLib.cxx.

Referenced by trsequ(), and ~TCL().

§ trsinv() [2/2]

double * TCL::trsinv ( const double *  g,
double *  gi,
int  n 
)
static

trsinv.F – translated by f2c (version 19970219).

CERN PROGLIB# F112 TRSINV .VERSION KERNFOR 2.08 741218 ORIG. 18/12/74 WH

See original documentation of CERNLIB package F112

Definition at line 1927 of file TCernLib.cxx.

§ trsmlu() [1/2]

float * TCL::trsmlu ( const float *  u,
float *  s,
int  n 
)
static

trsmlu.F – translated by f2c (version 19970219).

CERN PROGLIB# F112 TRSMLU .VERSION KERNFOR 4.15 861204 ORIG. 18/12/74 WH

See original documentation of CERNLIB package F112

Definition at line 1189 of file TCernLib.cxx.

Referenced by ~TCL().

§ trsmlu() [2/2]

double * TCL::trsmlu ( const double *  u,
double *  s,
int  n 
)
static

trsmlu.F – translated by f2c (version 19970219).

CERN PROGLIB# F112 TRSMLU .VERSION KERNFOR 4.15 861204 ORIG. 18/12/74 WH

See original documentation of CERNLIB package F112

Definition at line 1946 of file TCernLib.cxx.

§ trsmul() [1/2]

float * TCL::trsmul ( const float *  g,
float *  gi,
int  n 
)
static

trsmul.F – translated by f2c (version 19970219).

CERN PROGLIB# F112 TRSMUL .VERSION KERNFOR 4.15 861204 ORIG. 18/12/74 WH

See original documentation of CERNLIB package F112

Definition at line 1224 of file TCernLib.cxx.

Referenced by trsinv(), and ~TCL().

§ trsmul() [2/2]

double * TCL::trsmul ( const double *  g,
double *  gi,
int  n 
)
static

trsmul.F – translated by f2c (version 19970219).

CERN PROGLIB# F112 TRSMUL .VERSION KERNFOR 4.15 861204 ORIG. 18/12/74 WH

See original documentation of CERNLIB package F112

Definition at line 1981 of file TCernLib.cxx.

§ trupck() [1/2]

float * TCL::trupck ( const float *  u,
float *  s,
int  m 
)
static

trupck.F – translated by f2c (version 19970219).

CERN PROGLIB# F112 TRUPCK .VERSION KERNFOR 2.08 741218 ORIG. 18/12/74 WH

See original documentation of CERNLIB package F112

Definition at line 1260 of file TCernLib.cxx.

Referenced by trsequ(), and ~TCL().

§ trupck() [2/2]

double * TCL::trupck ( const double *  u,
double *  s,
int  m 
)
static

trupck.F – translated by f2c (version 19970219).

CERN PROGLIB# F112 TRUPCK .VERSION KERNFOR 2.08 741218 ORIG. 18/12/74 WH

See original documentation of CERNLIB package F112

Definition at line 2017 of file TCernLib.cxx.

§ ucopy() [1/6]

int * TCL::ucopy ( const int *  a,
int *  b,
int  n 
)
inlinestatic

§ ucopy() [2/6]

float * TCL::ucopy ( const float *  a,
float *  b,
int  n 
)
inlinestatic

Definition at line 362 of file TCernLib.h.

§ ucopy() [3/6]

double * TCL::ucopy ( const float *  a,
double *  b,
int  n 
)
inlinestatic

Definition at line 380 of file TCernLib.h.

§ ucopy() [4/6]

float * TCL::ucopy ( const double *  a,
float *  b,
int  n 
)
inlinestatic

Definition at line 371 of file TCernLib.h.

§ ucopy() [5/6]

double * TCL::ucopy ( const double *  a,
double *  b,
int  n 
)
inlinestatic

Definition at line 389 of file TCernLib.h.

§ ucopy() [6/6]

void ** TCL::ucopy ( const void **  a,
void **  b,
int  n 
)
inlinestatic

Definition at line 398 of file TCernLib.h.

§ vadd() [1/4]

float * TCL::vadd ( const float *  b,
const float *  c,
float *  a,
int  n 
)
inlinestatic

Definition at line 408 of file TCernLib.h.

Referenced by TVolumePosition::Local2Master(), TVolumeView::TVolumeView(), and ~TCL().

§ vadd() [2/4]

double * TCL::vadd ( const double *  b,
const double *  c,
double *  a,
int  n 
)
inlinestatic

Definition at line 417 of file TCernLib.h.

§ vadd() [3/4]

float * TCL::vadd ( const float *  b,
const double *  c,
float *  a,
int  n 
)
inlinestatic

Definition at line 426 of file TCernLib.h.

§ vadd() [4/4]

double * TCL::vadd ( const double *  b,
const float *  c,
double *  a,
int  n 
)
inlinestatic

Definition at line 435 of file TCernLib.h.

§ vcopyn() [1/2]

float * TCL::vcopyn ( const float *  a,
float *  x,
int  n 
)
inlinestatic

Definition at line 496 of file TCernLib.h.

Referenced by ~TCL().

§ vcopyn() [2/2]

double * TCL::vcopyn ( const double *  a,
double *  x,
int  n 
)
inlinestatic

Definition at line 504 of file TCernLib.h.

§ vdot() [1/2]

float TCL::vdot ( const float *  b,
const float *  a,
int  n 
)
inlinestatic

Definition at line 444 of file TCernLib.h.

Referenced by ~TCL().

§ vdot() [2/2]

double TCL::vdot ( const double *  b,
const double *  a,
int  n 
)
inlinestatic

Definition at line 453 of file TCernLib.h.

§ vlinco() [1/2]

float * TCL::vlinco ( const float *  a,
float  fa,
const float *  b,
float  fb,
float *  x,
int  n 
)
inlinestatic

Definition at line 553 of file TCernLib.h.

Referenced by ~TCL().

§ vlinco() [2/2]

double * TCL::vlinco ( const double *  a,
double  fa,
const double *  b,
double  fb,
double *  x,
int  n 
)
inlinestatic

Definition at line 561 of file TCernLib.h.

§ vmatl() [1/2]

float * TCL::vmatl ( const float *  g,
const float *  c,
float *  x,
int  n = 3,
int  m = 3 
)
inlinestatic

Definition at line 569 of file TCernLib.h.

Referenced by ~TCL().

§ vmatl() [2/2]

double * TCL::vmatl ( const double *  g,
const double *  c,
double *  x,
int  n = 3,
int  m = 3 
)
inlinestatic

Definition at line 581 of file TCernLib.h.

§ vmatr() [1/2]

float * TCL::vmatr ( const float *  c,
const float *  g,
float *  x,
int  n = 3,
int  m = 3 
)
inlinestatic

Definition at line 593 of file TCernLib.h.

Referenced by ~TCL().

§ vmatr() [2/2]

double * TCL::vmatr ( const double *  c,
const double *  g,
double *  x,
int  n = 3,
int  m = 3 
)
inlinestatic

Definition at line 605 of file TCernLib.h.

§ vscale() [1/2]

float * TCL::vscale ( const float *  a,
float  scale,
float *  b,
int  n 
)
inlinestatic

Definition at line 537 of file TCernLib.h.

Referenced by ~TCL().

§ vscale() [2/2]

double * TCL::vscale ( const double *  a,
double  scale,
double *  b,
int  n 
)
inlinestatic

Definition at line 545 of file TCernLib.h.

§ vsub() [1/4]

float * TCL::vsub ( const float *  a,
const float *  b,
float *  x,
int  n 
)
inlinestatic

Definition at line 462 of file TCernLib.h.

Referenced by TVolumePosition::Master2Local(), and ~TCL().

§ vsub() [2/4]

double * TCL::vsub ( const double *  a,
const double *  b,
double *  x,
int  n 
)
inlinestatic

Definition at line 471 of file TCernLib.h.

§ vsub() [3/4]

float * TCL::vsub ( const float *  b,
const double *  c,
float *  a,
int  n 
)
inlinestatic

Definition at line 479 of file TCernLib.h.

§ vsub() [4/4]

double * TCL::vsub ( const double *  b,
const float *  c,
double *  a,
int  n 
)
inlinestatic

Definition at line 488 of file TCernLib.h.

§ vzero() [1/3]

float * TCL::vzero ( float *  a,
int  n2 
)
inlinestatic

§ vzero() [2/3]

double * TCL::vzero ( double *  a,
int  n2 
)
inlinestatic

Definition at line 521 of file TCernLib.h.

§ vzero() [3/3]

void ** TCL::vzero ( void **  a,
int  n2 
)
inlinestatic

Definition at line 529 of file TCernLib.h.


The documentation for this class was generated from the following files: