This file is indexed.

/usr/include/trilinos/Thyra_VectorSpaceBase_decl.hpp is in libtrilinos-thyra-dev 12.4.2-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  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
// @HEADER
// ***********************************************************************
// 
//    Thyra: Interfaces and Support for Abstract Numerical Algorithms
//                 Copyright (2004) Sandia Corporation
// 
// Under terms of Contract DE-AC04-94AL85000, there is a non-exclusive
// license for use of this work by or on behalf of the U.S. Government.
// 
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
//
// 1. Redistributions of source code must retain the above copyright
// notice, this list of conditions and the following disclaimer.
//
// 2. Redistributions in binary form must reproduce the above copyright
// notice, this list of conditions and the following disclaimer in the
// documentation and/or other materials provided with the distribution.
//
// 3. Neither the name of the Corporation nor the names of the
// contributors may be used to endorse or promote products derived from
// this software without specific prior written permission.
//
// THIS SOFTWARE IS PROVIDED BY SANDIA CORPORATION "AS IS" AND ANY
// EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
// IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
// PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL SANDIA CORPORATION OR THE
// CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
// PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
// PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
// LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
// NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
// SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
//
// Questions? Contact Roscoe A. Bartlett (bartlettra@ornl.gov) 
// 
// ***********************************************************************
// @HEADER

#ifndef THYRA_VECTOR_SPACE_BASE_DECL_HPP
#define THYRA_VECTOR_SPACE_BASE_DECL_HPP

#include "Thyra_OperatorVectorTypes.hpp"
#include "Teuchos_Describable.hpp"


namespace Thyra {


/** \brief Helper function that clones a <tt>VectorSpaceBase</tt> object if
 * the <tt>RCP</tt> does not have ownership.
 *
 * \relates VectorSpaceBase
 */
template<class Scalar>
RCP<const VectorSpaceBase<Scalar> >
makeHaveOwnership( const RCP<const VectorSpaceBase<Scalar> > &vs );


/** \brief Create a vector member from the vector space.
 *
 * Calls <tt>VectorSpaceBase::createMember()</tt> on <tt>vs</tt> but
 * the returned <tt>VectorBase</tt> object can live past <tt>vs</tt>.
 *
 * \relates VectorSpaceBase
 */
template<class Scalar>
RCP< VectorBase<Scalar> >
createMember(
  const RCP<const VectorSpaceBase<Scalar> > &vs,
  const std::string &label=""
  );


/** \brief Calls <tt>createMember(Teuchos::rcp(&vs,false))</tt>.
 *
 * \relates VectorSpaceBase
 */
template<class Scalar>
RCP< VectorBase<Scalar> >
createMember( const VectorSpaceBase<Scalar> &vs, const std::string &label="" );


/** \brief Create a set of vector members (a <tt>MultiVectorBase</tt>) from the vector space.
 *
 * Calls <tt>VectorSpaceBase::createMembers()</tt> on <tt>vs</tt> but the
 * returned <tt>MultiVectorBase</tt> object can live past <tt>vs</tt>.
 *
 * \relates VectorSpaceBase
 */
template<class Scalar>
RCP< MultiVectorBase<Scalar> >
createMembers(
  const RCP<const VectorSpaceBase<Scalar> > &vs, int numMembers,
  const std::string &label=""
  );


/** \brief Create a set of vector members (a <tt>MultiVectorBase</tt>) from the vector space.
 *
 * Calls <tt>VectorSpaceBase::createMembers()</tt> on <tt>vs</tt> but the
 * returned <tt>MultiVectorBase</tt> object can live past <tt>vs</tt>.
 *
 * \relates VectorSpaceBase
 */
template<class Scalar>
RCP< MultiVectorBase<Scalar> >
createMembers(
  const RCP<const VectorSpaceBase<Scalar> > &vs,
  const RCP<const VectorSpaceBase<Scalar> > &domain,
  const std::string &label=""
  );


/** \brief Calls <tt>createMembers(Teuchos::rcp(&vs,false),numMembers)</tt>.
 *
 * \relates VectorSpaceBase
 */
template<class Scalar>
RCP< MultiVectorBase<Scalar> >
createMembers(
  const VectorSpaceBase<Scalar> &vs, int numMembers,
  const std::string &label=""
  );


/** \brief Create a vector member that is a non-<tt>const</tt> view of raw data.
 *
 * Calls <tt>VectorSpaceBase::createMemberView()</tt> on <tt>vs</tt> but the
 * returned <tt>VectorBase</tt> object can live past <tt>vs</tt>.
 *
 * \relates VectorSpaceBase
 */
template<class Scalar>
RCP<VectorBase<Scalar> >
createMemberView(
  const RCP<const VectorSpaceBase<Scalar> > &vs,
  const RTOpPack::SubVectorView<Scalar> &raw_v,
  const std::string &label=""
  );


/** \brief Calls <tt>createMemberView(Teuchos::rcp(&vs,false),raw_v)</tt>.
 *
 * \relates VectorSpaceBase
 */
template<class Scalar>
RCP<VectorBase<Scalar> >
createMemberView(
  const VectorSpaceBase<Scalar> &vs,
  const RTOpPack::SubVectorView<Scalar> &raw_v,
  const std::string &label=""
  );


/** \brief Create a vector member that is a <tt>const</tt> view of raw data.
 *
 * Calls <tt>VectorSpaceBase::createMemberView()</tt> on <tt>vs</tt> but the
 * returned <tt>VectorBase</tt> object can live past <tt>vs</tt>.
 *
 * \relates VectorSpaceBase
 */
template<class Scalar>
RCP<const VectorBase<Scalar> >
createMemberView(
  const RCP<const VectorSpaceBase<Scalar> > &vs,
  const RTOpPack::ConstSubVectorView<Scalar> &raw_v,
  const std::string &label=""
  );


/** \brief Calls <tt>createMemberView(Teuchos::rcp(&vs,false),raw_v)</tt>.
 *
 * \relates VectorSpaceBase
 */
template<class Scalar>
RCP<const VectorBase<Scalar> >
createMemberView(
  const VectorSpaceBase<Scalar> &vs,
  const RTOpPack::ConstSubVectorView<Scalar> &raw_v,
  const std::string &label=""
  );


/** \brief Create a multi-vector member that is a non-<tt>const</tt> view of raw data.
 *
 * Calls <tt>VectorSpaceBase::createMembersView()</tt> on <tt>vs</tt> but the
 * returned <tt>MultiVectorBase</tt> object can live past <tt>vs</tt>.
 *
 * \relates VectorSpaceBase
 */
template<class Scalar>
RCP<MultiVectorBase<Scalar> >
createMembersView(
  const RCP<const VectorSpaceBase<Scalar> > &vs,
  const RTOpPack::SubMultiVectorView<Scalar> &raw_mv,
  const std::string &label=""
  );


/** \brief Calls <tt>createMembersView(Teuchos::rcp(&vs,false),raw_mv)</tt>.
 *
 * \relates VectorSpaceBase
 */
template<class Scalar>
RCP<MultiVectorBase<Scalar> >
createMembersView(
  const VectorSpaceBase<Scalar> &vs,
  const RTOpPack::SubMultiVectorView<Scalar> &raw_mv,
  const std::string &label=""
  );


/** \brief Create a multi-vector member that is a <tt>const</tt> view of raw data.
 *
 * Calls <tt>VectorSpaceBase::createMembersView()</tt> on <tt>vs</tt> but the
 * returned <tt>MultiVectorBase</tt> object can live past <tt>vs</tt>.
 *
 * \relates VectorSpaceBase
 */
template<class Scalar>
RCP<const MultiVectorBase<Scalar> >
createMembersView(
  const RCP<const VectorSpaceBase<Scalar> > &vs,
  const RTOpPack::ConstSubMultiVectorView<Scalar> &raw_mv,
  const std::string &label=""
  );


/** \brief Calls <tt>createMembersView(Teuchos::rcp(&vs,false),raw_mv)</tt>.
 *
 * \relates VectorSpaceBase
 */
template<class Scalar>
RCP<const MultiVectorBase<Scalar> >
createMembersView(
  const VectorSpaceBase<Scalar> &vs,
  const RTOpPack::ConstSubMultiVectorView<Scalar> &raw_mv,
  const std::string &label=""
  );


/** \brief Abstract interface for objects that represent a space for vectors.
 *
 * This interface acts primarily as an "Abstract Factory" interface for
 * creating <tt>VectorBase</tt> objects using the non-member function
 * <tt>Thyra::createMember()</tt>.  A <tt>%VectorSpaceBase</tt> can also
 * create <tt> MultiVectorBase</tt> objects which represent a compact
 * collection of vectors using the non-member function
 * <tt>Thyra::createMembers()</tt>.  A secondary role for
 * <tt>%VectorSpaceBase</tt> objects is to test for compatibility of vector
 * space objects using the <tt>isCompatible()</tt> method and to apply the
 * space's scalar (inner) product.
 *
 * Clients can not directly create <tt>%VectorBase</tt> and
 * <tt>%MultiVectorBase</tt> objects using the member functions
 * <tt>createMember()</tt>, <tt>createMembers()</tt>,
 * <tt>createMemberView()</tt>, and <tt>createMembersView()</tt> but instead
 * must use the non-member \ref Thyra_Op_Vec_createMember_grp.
 *
 * Note that a <tt>%VectorSpaceBase</tt> object must also be able to create
 * <tt>MultiVectorBase</tt> objects with any number of column vectors using
 * the <tt>Thyra::createMembers()</tt> function.  Once created, the
 * <tt>LinearOpBase::domain()</tt> function supported by a created
 * <tt>%MultiVectorBase</tt> object returns a vector space of dimension equal
 * to the number of columns in the multi-vector.  An interesting implication
 * of this design is that the creation of a multi-vector provides a way for
 * clients to create vector spaces of any arbitrary (although small usually)
 * dimension.  In order to give the client the same ability to create smaller
 * vector spaces without having to create a dummy multi-vector object first,
 * the method <tt>smallVecSpcFcty()</tt> is included.  The method
 * <tt>smallVecSpcFcty()</tt> returns a <tt>VectorSpaceFactoryBase</tt> object
 * that can create (typically serial) vector spaces of any small dimension
 * that are compatible with the domain spaces of <tt>%MultiVectorBase</tt>
 * objects created by the vector space object.
 *
 * A vector space is also where the scalar product for the space is defined
 * which is computed by the <tt>scalarProd()</tt> method.  A scalar product
 * allows the vector space to introduce scaling into many different types of
 * numerical algorithms.
 *
 * If the underlying object is not initialized, then <tt>dim()==0</tt> will be
 * true and none of the other methods should be called or exceptions will be
 * thrown.
 *
 * <b>Notes for subclass developers</b>
 *
 * This is a fairly bare-bones interface class without much in the way of
 * default function implementations.  The subclass
 * <tt>VectorSpaceDefaultBase</tt> provides a default multi-vector
 * implementation and should the the first choice for subclass
 * implementations.
 *
 * \ingroup Thyra_Op_Vec_fundamental_interfaces_code_grp
 */
template<class Scalar>
class VectorSpaceBase : virtual public Teuchos::Describable {
public:

  /** @name Public pure virtual functions that must be overridden */
  //@{

  /** \brief Return the dimension of the vector space.
   *
   * If the underlying object is not initialized, then <tt>dim()==0</tt>
   * will be true and none of the other methods should be called.
   */
  virtual Ordinal dim() const = 0;

  /** \brief Compare the compatibility of two vector spaces.
   *
   * If this function returns <tt>true</tt>, then vectors created
   * from either of the vector spaces will be compatible and can be
   * combined in vector operations.
   *
   * <b>Preconditions:</b><ul>
   * <li><tt>this->dim() > 0</tt>
   * </ul>
   *
   * <b>Postconditions:</b><ul>
   *
   * <li> [<tt>this->dim() != vecSpc.dim()</tt>] <tt>returnVal == false</tt>
   *
   * </ul>
   *
   * <b>Invariants:</b><ul>
   *
   * <li> [<tt>this->isCompatible(vecSpc) == true</tt>]
   * <tt>vecSpc.isCompatible(*this) == true</tt>
   *
   * </ul>
   */
  virtual bool isCompatible( const VectorSpaceBase<Scalar>& vecSpc ) const = 0;

  /** \brief Return a <tt>VectorSpaceFactoryBase</tt> object for the creation
   * of (usually serial) vector spaces with a small dimension.
   *
   * <b>Preconditions:</b><ul>
   * <li><tt>this->dim() > 0</tt>
   * </ul>
   */
  virtual RCP< const VectorSpaceFactoryBase<Scalar> > smallVecSpcFcty() const = 0;

  /** \brief Return the scalar product of two vectors in the vector space.
   *
   * <b>Preconditions:</b><ul>
   *
   * <li><tt>x.space()->isCompatible(*this)</tt> (throw
   * <tt>Exceptions::IncompatibleVectorSpaces</tt>)
   *
   * <li><tt>y.space()->isCompatible(*this)</tt> (throw
   * <tt>Exceptions::IncompatibleVectorSpaces</tt>)
   *
   * </ul>
   */
  virtual Scalar scalarProd(
    const VectorBase<Scalar>& x, const VectorBase<Scalar>& y
    ) const = 0;

  /** \brief Return the scalar product of each column in two multi-vectors in
   * the vector space.
   *
   * @param X [in] Multi-vector.
   *
   * @param Y [in] Multi-vector.
   *
   * @param scalarProds_out [out] Array (length <tt>X.domain()->dim()</tt>)
   * containing the scalar products <tt>scalarProds_out[j] =
   * this->scalarProds_out(*X.col(j),*Y.col(j))</tt>, for <tt>j = 0
   * ... X.domain()->dim()-1</tt>.
   *
   * <b>Preconditions:</b><ul>
   *
   * <li><tt>X.range()->isCompatible(*this)</tt> (throw
   * <tt>Exceptions::IncompatibleVectorSpaces</tt>)
   *
   * <li><tt>Y.range()->isCompatible(*this)</tt> (throw
   * <tt>Exceptions::IncompatibleVectorSpaces</tt>)
   *
   * <li><tt>X.domain()->isCompatible(*Y.domain())</tt> (throw
   * <tt>Exceptions::IncompatibleVectorSpaces</tt>)
   *
   * </ul>
   */
  void scalarProds(
    const MultiVectorBase<Scalar>& X, const MultiVectorBase<Scalar>& Y,
    const ArrayView<Scalar> &scalarProds_out
    ) const
    {
      scalarProdsImpl(X, Y, scalarProds_out);
    }

  //@}

  /** @name Public virtual functions with default implementations */
  //@{

  /** \brief Return if this vector space has a Euclidean (identity) basis in
   * which case the scalar product is the same as the dot product.
   *
   * The default implementation returns <tt>false</tt> (even though on average
   * the Euclidean scalar product is used).
   */
  virtual bool isEuclidean() const;

  /** \brief Returns <tt>true</tt> if <tt>this->acquireDetachedView(rng,...)</tt> returns
   * a direct view of the range of data requested.
   *
   * \param rng [in] The range of elements for the view (see
   * <tt>acquireDetachedView()</tt>).  The default value is <tt>Range1D()</tt>
   * (i.e. All of the elements in the vector).
   *
   * \param viewType [in] The type of view allowed.
   *
   * \param strideType [in] The type of stride the view is allowed to be.
   *
   * <b>Preconditions:</b><ul>
   *
   * <li><tt>this->dim() > 0</tt>
   *
   * <li><tt>full_range(rng,0,this->dim()-1).ubound < this->dim()</tt>
   *
   * </ul>
   *
   * There are three different questions about the behavior of the <tt>acquireDetachedView()</tt>
   * that this query function can answer:
   *
   * <ul>
   *
   * <li>The elements in <tt>rng</tt> are fairly cheaply accessble in local
   * (i.e. in-core) memory if <tt>this->hasInCoreView(rng)==true</tt>.  Note
   * that this also allows for detached temporary copies of data.
   *
   * <li>A direct view of the elements in <tt>rng</tt> is available in local
   * (i.e. in-core) memory if
   * <tt>this->hasInCoreView(rng,VIEW_TYPE_DIRECT)==true</tt>.  No copy of
   * data is allowed here.
   *
   * <li>A direct view of the elements in <tt>rng</tt> with unit stride is
   * available in local (i.e. in-core) memory if
   * <tt>this->hasInCoreView(rng,VIEW_TYPE_DIRECT,STRIDE_TYPE_UNIT)==true</tt>
   * No copy of data is allowed here.
   *
   * </ul>
   *
   * The default implementation returns <tt>false</tt> (i.e. by default we do
   * not assume that any direct and/or contiguous views of any range of data
   * are provided).
   */
  virtual bool hasInCoreView(
    const Range1D &rng = Range1D(),
    const EViewType viewType = VIEW_TYPE_DETACHED,
    const EStrideType strideType = STRIDE_TYPE_NONUNIT
    ) const;

  /** \brief Clone this object (if supported).
   *
   * It is allowed for <tt>returnVal.get()==NULL</tt> which means that this
   * capability is optional.
   *
   * <b>Preconditions:</b><ul>
   * <li><tt>this->dim() > 0</tt>
   * </ul>
   *
   * The default implementation returns <tt>returnVal.get()==NULL</tt>.
   */
  virtual RCP< const VectorSpaceBase<Scalar> > clone() const;

  //@}

#ifndef DOXYGEN_COMPILE

#ifndef TEMPLATE_FRIENDS_NOT_SUPPORTED

  /** \name Public friend functions */
  //@{

  friend RCP< VectorBase<Scalar> >
  createMember<>( 
    const RCP<const VectorSpaceBase<Scalar> > &vs,
    const std::string &label
    );

  friend RCP< MultiVectorBase<Scalar> >
  createMembers<>(
    const RCP<const VectorSpaceBase<Scalar> > &vs,
    int numMembers, const std::string &label
    );

  friend RCP<VectorBase<Scalar> >
  createMemberView<>(
    const RCP<const VectorSpaceBase<Scalar> > &vs,
    const RTOpPack::SubVectorView<Scalar> &raw_v,
    const std::string &label
    );

  friend RCP<const VectorBase<Scalar> >
  createMemberView<>(
    const RCP<const VectorSpaceBase<Scalar> > &vs,
    const RTOpPack::ConstSubVectorView<Scalar> &raw_v,
    const std::string &label
    );

  friend RCP<MultiVectorBase<Scalar> >
  createMembersView<>(
    const RCP<const VectorSpaceBase<Scalar> > &vs,
    const RTOpPack::SubMultiVectorView<Scalar> &raw_mv,
    const std::string &label
    );

  friend RCP<const MultiVectorBase<Scalar> >
  createMembersView<>(
    const RCP<const VectorSpaceBase<Scalar> > &vs,
    const RTOpPack::ConstSubMultiVectorView<Scalar> &raw_mv,
    const std::string &label
    );

  //@}

#endif // DOXYGEN_COMPILE

#endif // TEMPLATE_FRIENDS_NOT_SUPPORTED

#ifndef TEMPLATE_FRIENDS_NOT_SUPPORTED
protected:
#endif

  /** @name Protected pure virtual functions that must be overridden */
  //@{

  /** \brief Create a vector member from the vector space.
   *
   * <b>Preconditions:</b><ul>
   *
   * <li><tt>this->dim() > 0</tt>
   *
   * </ul>
   *
   * <b>Postconditions:</b><ul>
   *
   * <li> <tt>returnVal.get() != NULL</tt>
   *
   * <li> <tt>returnVal->space()->isCompatible(*this) == true</tt>
   *
   * </ul>
   *
   * <b>Note:</b> This function is not to be called directly since it is
   * protected!  See the \ref Thyra_Op_Vec_createMember_grp.
   *
   * \returns A smart reference counted pointer to a dynamically allocated
   * vector object.  After construction the values in the vector
   * <tt>*returnVal</tt> are unspecified (uninitialized).  This allows for
   * faster execution times.  Note that <tt>returnVal->space().get() ==
   * this</tt> need not be true.
   */
  virtual RCP< VectorBase<Scalar> > createMember() const = 0;

  /** \brief Create a set of vector members (a <tt>MultiVectorBase</tt>) from
   * the vector space.
   *
   * <b>Preconditions:</b><ul>
   *
   * <li><tt>this->dim() > 0</tt>
   *
   * <li> <tt>num_vecs >= 1</tt>
   *
   * </ul>
   *
   * <b>Postconditions:</b><ul>
   *
   * <li> <tt>returnVal->range()->isCompatible(*this) == true</tt>
   *
   * <li> <tt>returnVal->domain()->dim() == numMembers</tt>
   *
   * </ul>
   *
   * \returns A smart reference-counted pointer to a dynamically allocated
   * multi-vector object.  After construction, the values in
   * <tt>*returnVal</tt> are unspecified (uninitialized).  This allows for
   * faster execution times.  Note that
   * <tt>returnVal->range().get()==this</tt> does not have to be true but will
   * be in may cases.
   */
  virtual RCP< MultiVectorBase<Scalar> >
  createMembers(int numMembers) const = 0;

  /** \brief Create a vector member that is a non-<tt>const</tt> view of raw vector data.
   *
   * @param raw_v [in] On input contains pointer
   * (i.e. <tt>raw_v.values()</tt>) to array that the returned
   * <tt>VectorBase</tt> will be a view of.  The data pointed to by
   * <tt>raw_v.values()</tt> must remain valid until the returned
   * <tt>VectorBase</tt> object is destroyed.
   *
   * <b>Preconditions:</b><ul>
   *
   * <li><tt>raw_v</tt> has been initialized to memory (i.e.
   * <tt>raw_v.subDim()!=0 && raw_v.values()!=NULL</tt>).
   *
   * <li><tt>raw_v</tt> is <em>consistent</em> with the local storage of this
   * vector spaces vector data.  This precondition is purposefully vague since
   * this function can be used an variety of specialized use-cases.
   *
   * </ul>
   *
   * <b>Postconditions:</b><ul>
   *
   * <li>See <tt>this->createMember()</tt>
   *
   * </ul>
   *
   * It is stated here that the client can not expect that the values pointed
   * to by <tt>raw_v.values()</tt> to be changed until the smart pointer
   * <tt>returnVal</tt> goes out of scope.  This is to allow an implementation
   * that temporarily copies data into and out of a <tt>VectorBase</tt> object
   * using explicit vector access.
   */
  virtual RCP<VectorBase<Scalar> >
  createMemberView( const RTOpPack::SubVectorView<Scalar> &raw_v ) const = 0;

  /** \brief Create a vector member that is a <tt>const</tt> view of raw vector data.
   *
   * @param raw_v [in] On input contains pointer
   * (i.e. <tt>raw_v.values()</tt>) to array that the returned
   * <tt>VectorBase</tt> will be a view of.  The data pointed to by
   * <tt>raw_v.values()</tt> must remain valid until the returned
   * <tt>VectorBase</tt> object is destroyed.
   *
   * This function works exactly the same as the previous version that takes a
   * <tt>RTOpPack::SubVectorView</tt> object except that this version
   * takes a <tt>RTOpPack::ConstSubVectorView</tt> and returns a smart pointer to a
   * <tt>const</tt> <tt>VectorBase</tt> object.
   *
   * <b>Preconditions:</b><ul>
   * <li>See the previous <tt>RTOpPack::SubVectorView</tt> version of this function.
   * </ul>
   *
   * <b>Postconditions:</b><ul>
   * <li>See <tt>this->createMember()</tt>
   * </ul>
   */
  virtual RCP<const VectorBase<Scalar> >
  createMemberView( const RTOpPack::ConstSubVectorView<Scalar> &raw_v ) const = 0;

  /** \brief Create a multi-vector member that is a non-<tt>const</tt> view of
   * raw multi-vector data.
   *
   * @param raw_mv [in] On input contains pointer
   * (i.e. <tt>raw_mv.values()</tt>) to array that the returned
   * <tt>MultiVectorBase</tt> will be a view of.
   *
   * <b>Preconditions:</b><ul>
   *
   * <li><tt>raw_mv</tt> has been initialized to memory (i.e.
   * <tt>raw_mv.subDim()!=0 && raw_mv.values()!=NULL</tt>).
   *
   * <li><tt>raw_mv</tt> is <em>consistent</em> with the local storage of this
   * spaces vector data.  This precondition is purposefully vague since this
   * function can be used an variety of specialized use-cases.
   *
   * </ul>
   *
   * <b>Postconditions:</b><ul>
   *
   * <li>See <tt>this->createMembers()</tt> where
   * <tt>numMembers==raw_mv.numSubCols()</tt>
   *
   * </ul>
   *
   * It is stated here that the client can not expect that the values pointed
   * to by <tt>raw_mv.values()</tt> to be changed until the smart pointer
   * <tt>returnVal</tt> goes out of scope.  This is to allow for an
   * implementation that temporarily copies data into and out of a
   * <tt>MultiVectorBase</tt> object using explicit vector access.
   */
  virtual RCP<MultiVectorBase<Scalar> >
  createMembersView( const RTOpPack::SubMultiVectorView<Scalar> &raw_mv ) const = 0;

  /** \brief Create a multi-vector member that is a <tt>const</tt> view of raw
   * multi-vector data.
   *
   * @param raw_mv [in] On input contains pointer
   * (i.e. <tt>raw_mv.values()</tt>) to array that the returned
   * <tt>MultiVectorBase</tt> will be a view of.  The data pointed to by
   * <tt>raw_mv.values()</tt> must remain valid until the returned
   * <tt>MultiVectorBase</tt> object is destroyed.
   *
   * This function works exactly the same as the previous version that takes a
   * <tt>RTOpPack::SubMultiVectorView</tt> object except that this version
   * takes a <tt>RTOpPack::ConstSubMultiVectorView</tt> object and returns a smart
   * pointer to a <tt>const</tt> <tt>MultiVectorBase</tt> object.
   *
   * <b>Preconditions:</b><ul>
   *
   * <li>See the previous <tt>RTOpPack::SubMultiVectorView</tt> version of
   * this function.
   *
   * </ul>
   *
   * <b>Postconditions:</b><ul>
   *
   * <li>See <tt>this->createMember()</tt>
   *
   * </ul>
   */
  virtual RCP<const MultiVectorBase<Scalar> >
  createMembersView(
    const RTOpPack::ConstSubMultiVectorView<Scalar> &raw_mv ) const = 0;

  //@}

protected:

  /** \name Protected virtual funtions. */

  /** \brief . */
  virtual void scalarProdsImpl(
    const MultiVectorBase<Scalar>& X, const MultiVectorBase<Scalar>& Y,
    const ArrayView<Scalar> &scalarProds
    ) const = 0;

public:

private:
  
  // Not defined and not to be called
  VectorSpaceBase<Scalar>&
  operator=(const VectorSpaceBase<Scalar>&);

};


} // end namespace Thyra


#endif  // THYRA_VECTOR_SPACE_BASE_DECL_HPP