Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
gsll
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Antonio Juan
gsll
Commits
ad537674
Commit
ad537674
authored
11 years ago
by
Liam M. Healy
Browse files
Options
Downloads
Patches
Plain Diff
Comment for future work on histogram
parent
b75416da
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
histogram/histogram.lisp
+3
-2
3 additions, 2 deletions
histogram/histogram.lisp
with
3 additions
and
2 deletions
histogram/histogram.lisp
+
3
−
2
View file @
ad537674
;; The histogram structure
;; Liam Healy, Mon Jan 1 2007 - 11:32
;; Time-stamp: <201
2
-0
1-13 12:01:28ES
T histogram.lisp>
;; Time-stamp: <201
3
-0
5-03 15:46:46ED
T histogram.lisp>
;;
;; Copyright 2007, 2008, 2009, 2010, 2011 Liam M. Healy
;; Copyright 2007, 2008, 2009, 2010, 2011
, 2012, 2013
Liam M. Healy
;; Distributed under the terms of the GNU General Public License
;;
;; This program is free software: you can redistribute it and/or modify
...
...
@@ -29,6 +29,7 @@
"gsl_histogram"
((
number-of-bins
:sizet
))
"one-dimensional histogram, including bin boundaries and bin contents"
;; Need to be able to add to docstring: 'ranges argument is a range for each bin, array of length 1+ number of bins.
:initialize-suffix
"set_ranges"
:initialize-args
(((
grid:foreign-pointer
ranges
)
:pointer
)
((
dim0
ranges
)
:sizet
)))
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment