gvector:copy
List of: Scheme Extensions
Subjects: Mathematics
Contents: Kernel

Action: Creates a gvector by copying an existing gvector.

Filename: kern/kern_scm/gvec_scm.cxx

Syntax: (gvector:copy gvector)

Arg Types: gvector gvector

Returns: gvector


gvector specifies a gvector.

Example: ; gvector:copy

; Create a gvector by copying an existing gvector.

(define copy (gvector:copy (gvector 6 5 2)))

;; copy
PDF/KERN/13SCF.PDF
HTM/DATA/KERN/KERN/13SCF/0075.HTM