- 06 Feb, 2008 1 commit
-
-
liam authored
git-svn-id: svn+ssh://pop/opt/space/mathematics/gsl/trunk@3284 a3d8a0fb-c1db-0310-ace7-a616afeb9e30
-
- 04 Feb, 2008 1 commit
-
-
liam authored
objects for histogram. git-svn-id: svn+ssh://pop/opt/space/mathematics/gsl/trunk@3283 a3d8a0fb-c1db-0310-ace7-a616afeb9e30
-
- 03 Feb, 2008 3 commits
-
-
liam authored
#'set-asf); minor bug fixes. git-svn-id: svn+ssh://pop/opt/space/mathematics/gsl/trunk@3282 a3d8a0fb-c1db-0310-ace7-a616afeb9e30
-
liam authored
whether the object is a matrix or vector. git-svn-id: svn+ssh://pop/opt/space/mathematics/gsl/trunk@3280 a3d8a0fb-c1db-0310-ace7-a616afeb9e30
-
liam authored
Replaces with-gsl-object and allows the lambda list to be something other than the concatenation of the allocation and setting lambda lists. git-svn-id: svn+ssh://pop/opt/space/mathematics/gsl/trunk@3279 a3d8a0fb-c1db-0310-ace7-a616afeb9e30
-
- 29 Jan, 2008 1 commit
-
-
liam authored
hashtable for speed. Fix bug in return value in success-failure and success-continue cases. git-svn-id: svn+ssh://pop/opt/space/mathematics/gsl/trunk@3277 a3d8a0fb-c1db-0310-ace7-a616afeb9e30
-
- 28 Jan, 2008 1 commit
-
-
liam authored
and application to many chapters. Most former with- macros have been removed in favor of this macro. All previous results have been reproduced. There is an experimental application to data (vectors, matrices, etc.) but it is clumsy and setting doesn't work; this requires more thought. git-svn-id: svn+ssh://pop/opt/space/mathematics/gsl/trunk@3276 a3d8a0fb-c1db-0310-ace7-a616afeb9e30
-
- 21 Jan, 2008 1 commit
-
-
liam authored
warnings are suppressed. git-svn-id: svn+ssh://pop/opt/space/mathematics/gsl/trunk@3274 a3d8a0fb-c1db-0310-ace7-a616afeb9e30
-
- 16 Jan, 2008 1 commit
-
-
liam authored
'success returns the GSL_SUCCESS code, required for many callback definitions. Introduced macros vref and mref (setfable) to get components of GSL vector doubles and matrix doubles directly from the pointers. git-svn-id: svn+ssh://pop/opt/space/mathematics/gsl/trunk@3265 a3d8a0fb-c1db-0310-ace7-a616afeb9e30
-
- 14 Jan, 2008 1 commit
-
-
liam authored
make-data-from-pointer, gsl-array-p, generalize def-scalar-function. Derivative-free solution works. git-svn-id: svn+ssh://pop/opt/space/mathematics/gsl/trunk@3263 a3d8a0fb-c1db-0310-ace7-a616afeb9e30
-
- 27 Nov, 2007 1 commit
-
-
liam authored
git-svn-id: svn+ssh://pop/opt/space/mathematics/gsl/trunk@3250 a3d8a0fb-c1db-0310-ace7-a616afeb9e30
-
- 05 Mar, 2007 1 commit
-
-
liam authored
sorting still not resolved. Created a home page. git-svn-id: svn+ssh://pop/opt/space/mathematics/gsl/trunk@3189 a3d8a0fb-c1db-0310-ace7-a616afeb9e30
-
- 20 Feb, 2007 1 commit
-
-
liam authored
Add #'generator method. git-svn-id: svn+ssh://pop/opt/space/mathematics/gsl/trunk@3184 a3d8a0fb-c1db-0310-ace7-a616afeb9e30
-
- 01 Jan, 2007 1 commit
-
-
liam authored
Miscellaneous minor fixes. git-svn-id: svn+ssh://pop/opt/space/mathematics/gsl/trunk@3162 a3d8a0fb-c1db-0310-ace7-a616afeb9e30
-
- 04 Dec, 2006 1 commit
-
-
liam authored
argument should be a list of element types by themselves (e.g. 'double) and not the data type and element type ('vector-double). Hardwire *data-name-alist* to associate these symbols with the GSL convention for words that are insterted in strings (e.g. (FIXNUM . "_int")). #'make-symbol-from-strings replaces #'data-object-name in new file utility.lisp and splice-name just inserts, doesn't remove anything. These changes permit the definition of #'defun-gsl-stats to be defined using #'defun-gsl-all. Created mean-variance.lisp. Created shuffling-sampling.lisp, which does not deal directly with CL objects yet. Fix broken example in vector.lisp. git-svn-id: svn+ssh://pop/opt/space/mathematics/gsl/trunk@3158 a3d8a0fb-c1db-0310-ace7-a616afeb9e30
-
- 12 Nov, 2006 1 commit
-
-
liam authored
double precision. Remove obsolete vector examples, update others. git-svn-id: svn+ssh://pop/opt/space/mathematics/gsl/trunk@3153 a3d8a0fb-c1db-0310-ace7-a616afeb9e30
-
- 08 Jul, 2006 1 commit
-
-
liam authored
:pointer is automatically checked with a generic error message; otherwise, the return is checked if null-pointer-info is bound. Adaptive integration method #'integration-QAG finished and works. git-svn-id: svn+ssh://pop/opt/space/mathematics/gsl/trunk@3112 a3d8a0fb-c1db-0310-ace7-a616afeb9e30
-
- 05 Jun, 2006 2 commits
-
-
liam authored
test. git-svn-id: svn+ssh://pop/opt/space/mathematics/gsl/trunk@3085 a3d8a0fb-c1db-0310-ace7-a616afeb9e30
-
liam authored
Port combinations to new defun-gsl. If defun-gsl is to return a success-failure and invalidated (input) values, do the former first. Shell function list to list all of the gsl library. git-svn-id: svn+ssh://pop/opt/space/mathematics/gsl/trunk@3084 a3d8a0fb-c1db-0310-ace7-a616afeb9e30
-
- 04 Jun, 2006 1 commit
-
-
liam authored
defun-gsl. Generic functions #'copy and #'swap. Permutation test on permute-vector with random garbage. Vector test on swap fails if not manually recompiled (?). git-svn-id: svn+ssh://pop/opt/space/mathematics/gsl/trunk@3083 a3d8a0fb-c1db-0310-ace7-a616afeb9e30
-
- 03 Jun, 2006 1 commit
-
-
liam authored
no longer work. git-svn-id: svn+ssh://pop/opt/space/mathematics/gsl/trunk@3082 a3d8a0fb-c1db-0310-ace7-a616afeb9e30
-
- 01 Jun, 2006 1 commit
-
-
liam authored
over all data types, macros #'defun-gsl-vdsfc and #'defun-gsl-vdsf to define all vectors of double, single, fixnum, (complex), and use on all appropriate vector definitions. Define int-to-cl. Define some vector-fixnum tests/examples. git-svn-id: svn+ssh://pop/opt/space/mathematics/gsl/trunk@3080 a3d8a0fb-c1db-0310-ace7-a616afeb9e30
-
- 31 May, 2006 2 commits
-
-
liam authored
vectors in one macro. git-svn-id: svn+ssh://pop/opt/space/mathematics/gsl/trunk@3079 a3d8a0fb-c1db-0310-ace7-a616afeb9e30
-
liam authored
Port vector to new defun-gsl; preliminary tests OK. Added defdata for complex, etc. vectors, but no definitions to use them. git-svn-id: svn+ssh://pop/opt/space/mathematics/gsl/trunk@3078 a3d8a0fb-c1db-0310-ace7-a616afeb9e30
-
- 30 May, 2006 1 commit
-
-
liam authored
data up; port data.lisp to new defun-gsl, untested. Start to port polynomial but it depends on data. git-svn-id: svn+ssh://pop/opt/space/mathematics/gsl/trunk@3077 a3d8a0fb-c1db-0310-ace7-a616afeb9e30
-
- 11 May, 2006 1 commit
-
-
liam authored
git-svn-id: svn+ssh://pop/opt/space/mathematics/gsl/trunk@3066 a3d8a0fb-c1db-0310-ace7-a616afeb9e30
-
- 30 Apr, 2006 1 commit
-
-
liam authored
gsl::make-fp-test to make it more convenient to generate tests. Fix minor bugs in other special functions. git-svn-id: svn+ssh://pop/opt/space/mathematics/gsl/trunk@3058 a3d8a0fb-c1db-0310-ace7-a616afeb9e30
-
- 29 Apr, 2006 1 commit
-
-
liam authored
git-svn-id: svn+ssh://pop/opt/space/mathematics/gsl/trunk@3055 a3d8a0fb-c1db-0310-ace7-a616afeb9e30
-
- 27 Apr, 2006 1 commit
-
-
liam authored
git-svn-id: svn+ssh://pop/opt/space/mathematics/gsl/trunk@3050 a3d8a0fb-c1db-0310-ace7-a616afeb9e30
-
- 26 Apr, 2006 1 commit
-
-
liam authored
unit tests in special-functions. git-svn-id: svn+ssh://pop/opt/space/mathematics/gsl/trunk@3049 a3d8a0fb-c1db-0310-ace7-a616afeb9e30
-
- 19 Apr, 2006 1 commit
-
-
liam authored
git-svn-id: svn+ssh://pop/opt/space/mathematics/gsl/trunk@3040 a3d8a0fb-c1db-0310-ace7-a616afeb9e30
-
- 17 Apr, 2006 2 commits
-
-
liam authored
git-svn-id: svn+ssh://pop/opt/space/mathematics/gsl/trunk@3039 a3d8a0fb-c1db-0310-ace7-a616afeb9e30
-
liam authored
#'free. Use the CL-defined *print-array* instead of a new variable. git-svn-id: svn+ssh://pop/opt/space/mathematics/gsl/trunk@3038 a3d8a0fb-c1db-0310-ace7-a616afeb9e30
-
- 16 Apr, 2006 1 commit
-
-
liam authored
equivalent to the GSL object and marks if the cache is incoherent, respectively. Incoherence can be marked T (non-specific) or with the element(s) that are out of sync. All functions that modify the C object need to mark incoherence. Improved documentation for the gsl-data class and slots. Added :after argument to defun-gsl. git-svn-id: svn+ssh://pop/opt/space/mathematics/gsl/trunk@3035 a3d8a0fb-c1db-0310-ace7-a616afeb9e30
-
- 15 Apr, 2006 1 commit
-
-
liam authored
git-svn-id: svn+ssh://pop/opt/space/mathematics/gsl/trunk@3034 a3d8a0fb-c1db-0310-ace7-a616afeb9e30
-
- 14 Apr, 2006 2 commits
-
-
liam authored
at once. Methods for all subclasses. Add print method for data. Rename to #'defdata from gsl-data-functions. git-svn-id: svn+ssh://pop/opt/space/mathematics/gsl/trunk@3033 a3d8a0fb-c1db-0310-ace7-a616afeb9e30
-
liam authored
definitions into sections. git-svn-id: svn+ssh://pop/opt/space/mathematics/gsl/trunk@3032 a3d8a0fb-c1db-0310-ace7-a616afeb9e30
-
- 13 Apr, 2006 2 commits
-
-
liam authored
gsl-data-functions, used in with-data, which is now much simpler. Tested with vectors and combinations. git-svn-id: svn+ssh://pop/opt/space/mathematics/gsl/trunk@3031 a3d8a0fb-c1db-0310-ace7-a616afeb9e30
-
liam authored
defclass defines new class slots base-type, allocator, callocator, freer. These are not yet used. git-svn-id: svn+ssh://pop/opt/space/mathematics/gsl/trunk@3030 a3d8a0fb-c1db-0310-ace7-a616afeb9e30
-
- 11 Apr, 2006 1 commit
-
-
liam authored
imported from CL set up with data. git-svn-id: svn+ssh://pop/opt/space/mathematics/gsl/trunk@3029 a3d8a0fb-c1db-0310-ace7-a616afeb9e30
-