function kpc=align(f)
%ALIGN Real alignment
% ALIGN(F) return a constant matrix KPC which minimizes
% the least squares error of
% f*kpc - diag(exp(sqrt(-1)*ai))
% over b
function kpc=align(f)
%ALIGN Real alignment
% ALIGN(F) return a constant matrix KPC which minimizes
% the least squares error of
% f*kpc - diag(exp(sqrt(-1)*ai))
% over b
/***
*align.c - Aligned allocation, reallocation or freeing of memory in the heap
*
* Copyright (c) Microsoft Corporation. All rights reserved.
*
*Purpose:
* Defines the _aligned_mal