[go: up one dir, main page]

Menu

[9a0086]: / man / man3 / Vector.3  Maximize  Restore  History

Download this file

771 lines (764 with data), 8.8 kB

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
.TH "vector" 3 "Mar 12, 2023"
.SH Vector
.PP
.B
Inherits from:
CAObject
.PP
.B
Maturity Index:
Relatively mature
.SH Class Description
.PP
A vector consists of a number of
.I
scalars
that can be arbitrary Computer Algebra Kit objects, but they currently have to be either floating-point or elements of a field (see
.B
inField
) or elements of an integral domain (see
.B
inIntegralDomain
)\&.
.PP
There are methods to access, insert and remove scalars\&. It\&'s also possible to place or replace a scalar directly at a given index\&. See the documentation on
.B
eachScalar
to access the scalar at a given index\&.
.PP
.B
Note:
Vector objects are meant for computational tasks\&. They are no substitute for List or Collection objects, that are better suited for the purpose of storing objects\&.
.SH Method types
.PP
.B
Creation
.RS 3
.br
* collection:
.br
* scalarZero:numScalars:
.br
* copy
.br
* deepCopy
.RE
.PP
.B
Identity
.RS 3
.br
* scalarZero
.br
* numScalars
.br
* hash
.br
* isEqual:
.RE
.PP
.B
Insertion Scalars
.RS 3
.br
* insertScalar:
.br
* insertScalar:at:
.RE
.PP
.B
Removing Scalars
.RS 3
.br
* removeScalar
.br
* removeScalarAt:
.RE
.PP
.B
Placing and Replacing
.RS 3
.br
* placeScalar:at:
.br
* replaceScalarAt:with:
.br
* asCollection
.br
* asNumerical
.br
* asModp:
.br
* onCommonDenominator:
.RE
.PP
.B
Accessing Scalars
.RS 3
.br
* eachScalar
.br
* floatValueAt:
.br
* intValueAt:
.RE
.PP
.B
Addition
.RS 3
.br
* zero
.br
* isZero
.br
* isOpposite:
.br
* negate
.br
* double
.br
* add:
.br
* subtract:
.br
* addScalar:at:
.br
* subtractScalar:at:
.RE
.PP
.B
Scalar Multiplication
.RS 3
.br
* multiplyScalar:
.br
* divideScalar:
.RE
.PP
.B
Multiplication
.RS 3
.br
* dotSquare
.br
* dotMultiply:
.br
* multiplyLeftMatrix:
.RE
.PP
.B
Printing
.RS 3
.br
* printOn:
.RE
.SH Methods
.PP
collection:
.RS 1
+
.B
collection
:
.I
aCltn
.RE
.PP
Creates a vector containing references to the scalars from
.I
aCltn
\&. The collection must not be empty\&.
.PP
scalarZero:numScalars:
.RS 1
+
.B
scalarZero
:
.I
aScalarZero
.B
numScalars
:(int)
.I
numScalars
.RE
.PP
Creates a new vector with
.I
numScalars
zero scalars\&.
.PP
copy
.RS 1
-
.B
copy
.RE
.PP
Returns a new vector\&.
.PP
deepCopy
.RS 1
-
.B
deepCopy
.RE
.PP
Returns a new vector\&. Sends
.B
deepCopy
messages to the scalars in the vector\&.
.PP
scalarZero
.RS 1
-
.B
scalarZero
.RE
.PP
Returns the zero scalar element\&.
.PP
numScalars
.RS 1
- (
int
)
.B
numScalars
.RE
.PP
Returns the number of scalar objects in the vector\&. Returns 0 if the vector is empty\&. The first scalar in the vector is at index 0, the last scalar at
.I
numScalars
minus one\&.
.PP
hash
.RS 1
- (
unsigned
)
.B
hash
.RE
.PP
Returns a small integer that is the same for objects that are equal (in the sense of
.B
isEqual:
)\&.
.PP
isEqual:
.RS 1
- (
BOOL
)
.B
isEqual
:
.I
b
.RE
.PP
Whether the two objects are equal\&. Returns YES if the objects are pointer equal\&.
.PP
insertScalar:
.RS 1
-
.B
insertScalar
:
.I
aScalar
.RE
.PP
Inserts
.I
aScalar
as first entry and returns
.B
self
\&. The object
.I
aScalar
belongs to the vector after insertion, and is not necessarily copied\&. To insert a scalar, the reference count of the vector should be equal to one\&.
.PP
insertScalar:at:
.RS 1
-
.B
insertScalar
:
.I
aScalar
.B
at
:(int)
.I
i
.RE
.PP
Inserts
.I
aScalar
as i-th entry and returns
.B
self
\&. The object
.I
aScalar
belongs to the vector after insertion, and is not necessarily copied\&. If
.I
i
is equal to zero, this method is identical to
.B
-insertScalar:
\&. If
.I
i
is equal to
.B
numScalars
, this method inserts the scalar as last element\&.
.PP
removeScalar
.RS 1
-
.B
removeScalar
.RE
.PP
Removes (and returns) the first scalar in the vector (the scalar at index 0)\&. Returns
.B
nil
if there were no more elements left\&. This can be used in the following way :
.RS 3
while ((c = [vector removeScalar])) { /* do something with c */ }
.br
.RE
.PP
To remove a scalar, the reference count of the vector should be equal to one\&.
.PP
removeScalarAt:
.RS 1
-
.B
removeScalarAt
:(int)
.I
i
.RE
.PP
Removes and returns the i-th scalar in the vector\&. If
.I
i
is zero, this method is identical to
.B
removeScalar
\&. Unlike
.B
removeScalar
, which returns
.B
nil
if there are no more scalars in the vector, this method generates an error message if you attempt to remove a scalar at an illegal index\&.
.PP
placeScalar:at:
.RS 1
-
.B
placeScalar
:
.I
aScalar
.B
at
:(int)
.I
i
.RE
.PP
Frees the scalar at position
.I
i
and replaces it by the scalar object
.I
aScalar
\&. Returns
.B
self
\&. The scalar
.I
aScalar
belongs to the receiving vector object; it is not necessarily copied\&. This is similar to List\&'s -addObject: method\&. It is an error to use an illegal index
.I
i
or to attempt to set a scalar in a vector whose reference count is not equal to one\&.
.PP
replaceScalarAt:with:
.RS 1
-
.B
replaceScalarAt
:(int)
.I
i
.B
with
:
.I
aScalar
.RE
.PP
Similar to
.B
placeScalar:at:
but returns the scalar at position
.I
i
after replacing it by
.I
aScalar
\&. It is an error to use an illegal index
.I
i
or to attempt to replace a scalar in a vector whose reference count is not equal to one\&.
.PP
asCollection
.RS 1
-
.B
asCollection
.RE
.PP
Returns a new collection containing new references to the scalars in the vector\&.
.PP
asNumerical
.RS 1
-
.B
asNumerical
.RE
.PP
Returns a new vector, whose scalars are the numerical value of the scalars of the original vector\&.
.PP
asModp:
.RS 1
-
.B
asModp
:(unsigned short)
.I
p
.RE
.PP
Returns a new vector, whose scalars are the value of the scalars of the original vector mod
.I
p
\&.
.PP
onCommonDenominator:
.RS 1
-
.B
onCommonDenominator
:(id *)
.I
denominator
.RE
.PP
Puts a vector with fractional scalars on a common denominator\&. Returns a new vector with integral scalars, and, by reference, the common denominator of the scalars in the vector\&.
.PP
eachScalar
.RS 1
-
.B
eachScalar
.RE
.PP
Returns a new sequence object that gives access to the scalars of the vector\&.
.PP
floatValueAt:
.RS 1
- (
float
)
.B
floatValueAt
:(int)
.I
i
.RE
.PP
Returns the
.B
floatValue
of the scalar at the
.I
i
-th position\&.
.PP
intValueAt:
.RS 1
- (
int
)
.B
intValueAt
:(int)
.I
i
.RE
.PP
Returns the
.B
intValue
of the scalar at the
.I
i
-th position\&.
.PP
zero
.RS 1
-
.B
zero
.RE
.PP
Returns a vector of the same dimension as the object that receives the message, but all filled with zero scalars\&.
.PP
isZero
.RS 1
- (
BOOL
)
.B
isZero
.RE
.PP
Whether the object is equal to zero\&.
.PP
isOpposite:
.RS 1
- (
BOOL
)
.B
isOpposite
:
.I
b
.RE
.PP
Whether the object is the opposite of
.I
b
\&.
.PP
negate
.RS 1
-
.B
negate
.RE
.PP
Returns the opposite of the object\&.
.PP
double
.RS 1
-
.B
double
.RE
.PP
Returns a new object, equal to the object multiplied by two i\&.e\&., added to itself\&.
.PP
add:
.RS 1
-
.B
add
:
.I
b
.RE
.PP
Adds
.I
b
to the object\&. Returns a new object\&.
.PP
subtract:
.RS 1
-
.B
subtract
:
.I
b
.RE
.PP
Subtracts
.I
b
from the object\&. Returns a new object\&.
.PP
addScalar:at:
.RS 1
-
.B
addScalar
:
.I
s
.B
at
:(int)
.I
i
.RE
.PP
Returns a
.B
new
vector\&. Adds
.I
s
to the scalar at position
.I
i
, and replaces the scalar by the sum\&.
.I
i
must be between 0 and the number of scalars in the vector\&. This method is
.I
not
an insertion method\&.
.PP
.B
See also:
insertScalar:at:, replaceScalar:at:
.PP
subtractScalar:at:
.RS 1
-
.B
subtractScalar
:
.I
s
.B
at
:(int)
.I
i
.RE
.PP
Returns a
.B
new
vector\&. Subtracts
.I
s
from the scalar at position
.I
i
\&.
.I
i
must be between 0 and the number of scalars in the vector\&. This method is
.I
not
an insertion method\&.
.PP
multiplyScalar:
.RS 1
-
.B
multiplyScalar
:
.I
s
.RE
.PP
Multiplies by the scalar
.I
s
\&. Returns a new object\&.
.PP
divideScalar:
.RS 1
-
.B
divideScalar
:
.I
s
.RE
.PP
Exact division by the scalar
.I
s
\&. Returns a new object, or
.B
nil
if the division is not exact\&.
.PP
dotSquare
.RS 1
-
.B
dotSquare
.RE
.PP
Returns a new scalar product, the dot product of the vector by itself, defined as the sum of squares of the scalars in the vector\&.
.PP
dotMultiply:
.RS 1
-
.B
dotMultiply
:
.I
aVector
.RE
.PP
Returns a new scalar product, the dot product of the vector
.I
self
by
.I
aVector
, defined as the sum of the products of the scalars in the vectors\&.
.PP
multiplyLeftMatrix:
.RS 1
-
.B
multiplyLeftMatrix
:
.I
aMatrix
.RE
.PP
Returns a new vector, the product of
.I
aMatrix
by the column vector
.I
self
\&.
.PP
printOn:
.RS 1
-
.B
printOn
:(IOD)
.I
aFile
.RE
.PP
Prints, between braces, a comma separated list of the scalars (by sending
.B
printOn:
messages to the scalars)\&.