changeset 7089:9a1867b26653

[project @ 2007-10-31 20:44:43 by jwe]
author jwe
date Wed, 31 Oct 2007 20:44:43 +0000
parents 5eb3db6e4042
children 47c1736d7371
files CLASSES ROADMAP TESTERS
diffstat 3 files changed, 3 insertions(+), 238 deletions(-) [+]
line wrap: on
line diff
--- a/CLASSES	Wed Oct 31 20:35:10 2007 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,206 +0,0 @@
-numerical stuff:
-===============
-
-  Array<T>
-    ^
-    |
-    +-- MArray<T>
-    |     ^
-    |     |
-    |     +-- ColumnVector (T = double)
-    |     +-- ComplexColumnVector (T = Complex)
-    |     +-- RowVector (T = double)
-    |     +-- ComplexRowVector (T = Complex)
-    |
-    +-- DiagArray<T>
-    |     ^
-    |     |
-    |     +-- MDiagArray<T>
-    |           ^
-    |           |
-    |           +-- DiagMatrix (T = double)
-    |           +-- ComplexDiagMatrix (T = Complex)
-    |
-    +-- Array2<T>
-	  ^
-	  |
-	  +-- MArray2<T>
-	  |     ^
-	  |     |
-	  |     +-- Matrix (T = double)
-	  |     +-- ComplexMatrix (T = Complex)
-	  |     +-- chMatrix (T = char)
-	  |
-	  +-- Array3<T>
-
-
-  AEPBAL
-  ComplexAEPBAL
-
-
-  CHOL
-  ComplexCHOL
-
-
-  DET
-  ComplexDET
-
-
-  EIG
-
-
-  GEPBAL
-
-
-  HESS
-  ComplexHESS
-
-
-  LU
-  ComplexLU
-
-
-  SCHUR
-  ComplexSCHUR
-
-
-  SVD
-  ComplexSVD
-
-
-   QR
-    ^
-    |
-    +-- QRP
-
-
-  ComplexQR
-    ^
-    |
-    +-- ComplexQRP
-
-
-  base_diff_eqn
-    ^
-    |
-    +-- ODE --> ODEFunc
-    |    ^
-    |    |
-    |    +-- LSODE --> LSODE_options
-    |
-    +-- DAE --> DAEFunc
-	 ^
-	 |
-	 +-- DASSL --> DASSL_options
-
-
-  NLEqn
-
-
-  Bounds
-  LinConst
-  NLConst
-
-  base_minimizer
-    ^
-    |
-    +-- LP
-    |   ^
-    |   |
-    |   +-- LPsolve --> LPsolve_options
-    |
-    +-- QP 
-    |
-    +-- NLP
-
-
-  Quad
-
-  Range
-
-  CollocWt
-
-
-utilities:
-=========
-
-  command_history
-  dir_entry
-  dir_path
-  file_stat
-  glob_match
-  idx_vector
-  prog_args
-  string_vector
-
-parser stuff:
-============
-
-  tree_print_code
-    ^
-    |
-    +-- tree_statement
-    +-- tree_statement_list ----> SLList<tree_statement*>
-    +-- tree_if_clause
-    +-- tree_if_command_list ---> SLList<tree_if_clause*>
-    +-- tree_global
-    +-- tree_global_init_list --> SLList<tree_global*>
-    +-- tree_argument_list -----> SLList<tree_expression*>
-    +-- tree_parameter_list ----> SLList<tree_identifier*>
-    +-- tree_return_list -------> SLList<tree_index_expression*>
-    +-- tree_va_return_list ----> SLList<tree_constant>
-    +-- tree_matrix_row --------> SLList<tree_expression*>
-    |
-    +-- plot_limits
-    +-- plot_range
-    +-- subplot_using
-    +-- subplot_style
-    +-- subplot
-    +-- subplot_list ---> SLList<subplot*>
-    |
-    +-- tree
-	  ^
-	  |
-	  +-- tree_command
-	  |     ^
-	  |     |
-	  |     +-- tree_global_command
-	  |     +-- tree_while_command
-	  |     +-- tree_for_command
-	  |     +-- tree_if_command
-	  |     +-- tree_unwind_protect_command
-	  |     +-- tree_try_catch_command
-	  |     +-- tree_break_command
-	  |     +-- tree_continue_command
-	  |     +-- tree_return_command
-	  |     +-- tree_plot_command
-	  |
-	  +-- tree_expression
-		^
-		|
-		+-- tree_prefix_expression
-		+-- tree_postfix_expression
-		+-- tree_unary_expression
-		+-- tree_binary_expression
-		+-- tree_simple_assignment_expression
-		+-- tree_colon_expression
-		+-- tree_matrix --> SLList<tree_matrix_row*>
-		+-- tree_multi_val_ret
-		       ^
-		       |
-		       +-- octave_value_list
-		       +-- tree_index_expression
-		       +-- tree_multi_assignment_expression
-		       +-- tree_fvc
-			     ^
-			     |
-			     +-- tree_identifier
-			     +-- tree_indirect_ref
-			     +-- tree_builtin
-			     +-- tree_function
-			     +-- octave_value
-
-
-other interpreter classes:
-=========================
-
--- a/ROADMAP	Wed Oct 31 20:35:10 2007 +0000
+++ b/ROADMAP	Wed Oct 31 20:44:43 2007 +0000
@@ -70,4 +70,6 @@
 John W. Eaton
 jwe@bevo.che.wisc.edu
 University of Wisconsin-Madison
-Department of Chemical Engineering
+Department of Chemical & Biological Engineering
+
+Last updated: Wed, 31 Oct 2007 16:44:04 EDT
--- a/TESTERS	Wed Oct 31 20:35:10 2007 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,31 +0,0 @@
-warnerd@pascal.dartmouth.edu (Doug Warner)
-  alpha-dec-osf3.2.
-
-U-E59264-Osman Buyukisik <Osman.Buyukisik@ae.ge.com>
-  pentium 120, 16MB, 1.6GB disk, linux/ELF 1.12 (slackware 3.0), gcc 2.7.0
-
-James Beaupre <beaupre@draper.com>
-  Solaris 5.3 5.4 5.5 +
-  SunOS 4.1.4 +?
-  Digital Unix 3.2+
-
-  And possibly 
-  HP-UX 10+
-  IRIX 5+
-
-Benedikt Oswald <oswald@ifh.ee.ethz.ch>
-  SunOS 4.1.4
-  SGI system, IRIX 5.3
-
-Robert Wilhelm <Robert.Wilhelm@Physik.TU-Muenchen.DE>
-  Linux/i386
-  SunOs4.x/sparc
-
-Matthias Roessler <Matthias.Roessler@informatik.uni-erlangen.de>
-  HP-UX pioneer B.10.01 A 9000/715 2014334343 two-user license
-  HP-UX faui47i A.09.05 A 9000/735 2007225876 two-user license
-  SunOS faui09e 5.5 Generic_103093-01 sun4u sparc SUNW,SPARCstation-fusion
-  SunOS faui42 5.4 Generic_101945-36 sun4d sparc
-  SunOS camelot 4.1.3 #1.5 sun4m
-  IRIX galileo 5.3 11091812 IP22 mips
-