<html>
<head>
  <link rel="stylesheet" href="/slepc/slepc.css" type="text/css">
  <title>Basis Vectors - BV</title>
</head>

<body class="manpageindex">

<h2>Basis Vectors - BV</h2>

<p>
The BV package provides the concept of a block of vectors that represent the basis of a subspace. It is a convenient way of handling a collection of vectors that often operate together, rather than working with an array of Vec.
</p>

