
  =============================================
  --------- 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 - 2002 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://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=3514&lngWId=3
        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.cpp      Initializations
         10. funcs.cpp     Auxiliary functions (Implementation)
         11. obj_loc.cpp   Auxiliary location classes (Implementation)
         12. fx_vect.cpp   Flexible Vector Classes (Non-Template Implementation)
         13. fx_matr.cpp   Flexible Matrix Classes (Non-Template Implementation)
         14. testfile.cpp  Test Classes and Functions (Implementation)
         15. main.cpp      Test Classes and Functions (Implementation)

             --- Makefile ---
         16. Makefile 	

             --- Log File ---
         17. fx_vect.log 	Run log file


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

    ### System & Compiler ###

    Windows-2000
    MinGW
    GNU gcc/g++ version 3.2.0


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

    ### Compilation & Run ###

        % make
        % fx_vect.exe



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

	Alex Vinokur
		2002.12.06
	-----------------------------------
	mailto:alexvn@go.to
	mailto:alexv@hitechclub.com
        http://up.to/alexvn
	-----------------------------------

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

