
  =============================================
  --------- Flexible Vector and Matrix --------
  -- Vector and Matrix with Arbitrary Bounds --
  =============================================

  The algorithm has been written by Alex Vinokur.
  Programming Language : C++.
  Any and all comments would be appreciated.

  DISCLAIMER

    Copyright (c) 1999, 2001 by Alex Vinokur.

    This work and all works derived from it may be copied and modified 
    without any restrictions other than that 
    a copy of this copyright notice must be included in any copy 
    of this work or any derived work.

    The Author assume no responsibility for damage or loss of system
    performance as a direct or indirect result of the use of this
    software.

  =====================================
  AVAILABILITY

    -----------------------------------
    ### Web page ###
        http://alexvn.freeservers.com/s1/flexible_vector.html

       Content.
         1. Algorithm
         2. Classes
         3. Program Files
         4. Tests
         5. Compiling
         6. Running (Log File)
         7. Download

    -----------------------------------
    ### Download ###
        http://alexvn.freeservers.com/s1/flexible_vector.zip

        Files:
          0. README.txt	(this file)
             --- Program Files ---
                 -- Header files
          1. defs.h      Macro & definitions
          2. funcs.h     Auxiliary functions (Declaration)
          3. obj_loc.h   Auxiliary location classes (Definition)
          4. fx_vect.h   Flexible Vector Classes (Definition)
          5. fx_vect2.h  Flexible Vector Classes (Template Implementation)
          6. fx_matr.h   Flexible Matrix Classes (Definition)
          7. fx_matr2.h  Flexible Matrix Classes (Template Implementation)
          8. testfile.h  Test Classes and Functions (Declarations, Definition)

                 -- Source files
          9. defs.c      Initializations
         10. funcs.c     Auxiliary functions (Implementation)
         11. obj_loc.c   Auxiliary location classes (Implementation)
         12. fx_vect.c   Flexible Vector Classes (Non-Template Implementation)
         13. fx_matr.c   Flexible Matrix Classes (Non-Template Implementation)
         14. testfile.c  Test Classes and Functions (Implementation)
         15. main.c      Test Classes and Functions (Implementation)

             --- Log File ---
         16. flexible_log.txt 	Running results

             --- Info File ---
         17. flexible_vector.html


  =====================================
  ENVIRONMENT

    ### System & Compiler ###

        Windows98
        gpp :  GNU C++ version 2.95.3 20010315/djgpp (release) (djgpp) 
               compiled by GNU C version 2.95.3 20010315/djgpp (release).


  =====================================
  USAGE

    ### Compiling & Running Tests ###

        %gpp *.c
        %a.exe



=========================================================

	Alex Vinokur
		2001.10.30
	-----------------------------------
	mailto:alexvn@bigfoot.com, mailto:alexvn@dr.com
	mailto:alexv@hitechclub.com
        http://up.to/alexvn
        http://go.to/alexv_math
	-----------------------------------

=========================================================

